X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Finputmethod.h;h=28019cd1e9a26b000e05b214ae4df8c972641788;hb=83f553a382ce554951594de85e4fd7b854305463;hp=5d41f0a750991dddc157863bc501e3f3204179e3;hpb=193393a158a6d199e01a68f39cff55f916901337;p=libs%2Fgltk.git diff --git a/source/inputmethod.h b/source/inputmethod.h index 5d41f0a..28019cd 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,14 +36,14 @@ enum Navigation NAV_CANCEL }; -class InputMethod +class MSPGLTK_API InputMethod { protected: Root &root; InputMethod(Root &); public: - virtual ~InputMethod() { } + virtual ~InputMethod() = default; }; } // namespace GLtk