From 71856701c8bedad3d992cb63620e695df8727812 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 7 Jun 2015 07:24:06 +0200 Subject: 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. --- opentrack/shortcuts.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'opentrack/shortcuts.h') diff --git a/opentrack/shortcuts.h b/opentrack/shortcuts.h index d0aedec0..ee0d9777 100644 --- a/opentrack/shortcuts.h +++ b/opentrack/shortcuts.h @@ -10,7 +10,7 @@ #include #include "qxt-mini/QxtGlobalShortcut" -#include "opentrack/plugin-support.h" +#include "opentrack/plugin-support.hpp" #include "opentrack/options.hpp" #include "opentrack/main-settings.hpp" -- cgit v1.2.3