X-Git-Url: http://git.tdb.fi/?p=libs%2Fgltk.git;a=blobdiff_plain;f=source%2Fsystemkeyboardinput.h;fp=source%2Fsystemkeyboardinput.h;h=999c7ce7363439f8465d1669cf0c176125ff3fa7;hp=1b37e543cbe7917199491bf5c5f49da4ef1d52a5;hb=56c41b294aa47a38ac3e1be70d4868f260cb4274;hpb=771764f735ffe01cb170a10b24eb7dfc2a81b34d diff --git a/source/systemkeyboardinput.h b/source/systemkeyboardinput.h index 1b37e54..999c7ce 100644 --- a/source/systemkeyboardinput.h +++ b/source/systemkeyboardinput.h @@ -3,11 +3,12 @@ #include #include "inputmethod.h" +#include "mspgltk_api.h" namespace Msp { namespace GLtk { -class SystemKeyboardInput: public InputMethod, public sigc::trackable +class MSPGLTK_API SystemKeyboardInput: public InputMethod, public sigc::trackable { private: Input::Keyboard &keyboard;