]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/inputmethod.h
Add API declarations
[libs/gltk.git] / source / inputmethod.h
index 5d41f0a750991dddc157863bc501e3f3204179e3..1e0f613383392dae36e84dae944fe2a3115364be 100644 (file)
@@ -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;