X-Git-Url: http://git.tdb.fi/?p=libs%2Fgltk.git;a=blobdiff_plain;f=source%2Finputmethod.h;fp=source%2Finputmethod.h;h=1e0f613383392dae36e84dae944fe2a3115364be;hp=5d41f0a750991dddc157863bc501e3f3204179e3;hb=56c41b294aa47a38ac3e1be70d4868f260cb4274;hpb=771764f735ffe01cb170a10b24eb7dfc2a81b34d diff --git a/source/inputmethod.h b/source/inputmethod.h index 5d41f0a..1e0f613 100644 --- a/source/inputmethod.h +++ b/source/inputmethod.h @@ -1,6 +1,8 @@ #ifndef INPUTMETHOD_H_ #define INPUTMETHOD_H_ +#include "mspgltk_api.h" + namespace Msp { namespace GLtk { @@ -34,7 +36,7 @@ enum Navigation NAV_CANCEL }; -class InputMethod +class MSPGLTK_API InputMethod { protected: Root &root;