summaryrefslogtreecommitdiffhomepage
path: root/facetracknoir/ui.h
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2015-06-07 07:24:06 +0200
committerStanislaw Halik <sthalik@misaki.pl>2015-06-07 08:09:31 +0200
commit71856701c8bedad3d992cb63620e695df8727812 (patch)
treefd84ea540955df1510aa0cfd24b599008ad13219 /facetracknoir/ui.h
parentaa2de50523257778474c9c2ec8da8edbcb31cd8b (diff)
plugin-support: make header-only, expose as public API
Issue: #151 Some global namespace macros are now prefixed with "OPENTRACK_" to avoid namespace clashes. This header is now safe to include in third-party projects.
Diffstat (limited to 'facetracknoir/ui.h')
-rw-r--r--facetracknoir/ui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/facetracknoir/ui.h b/facetracknoir/ui.h
index 1705553b..f2758d81 100644
--- a/facetracknoir/ui.h
+++ b/facetracknoir/ui.h
@@ -48,7 +48,7 @@
#include "opentrack/options.hpp"
#include "opentrack/main-settings.hpp"
-#include "opentrack/plugin-support.h"
+#include "opentrack/plugin-support.hpp"
#include "opentrack/tracker.h"
#include "opentrack/shortcuts.h"
#include "opentrack/work.hpp"