X-Git-Url: http://git.tdb.fi/?p=libs%2Fgltk.git;a=blobdiff_plain;f=source%2Ftoggle.h;fp=source%2Ftoggle.h;h=0f6c610b00ffdd69a08b4fdd1bdf2e902711e7c8;hp=4845796c854cfd882387f0e780d5b51585142a6e;hb=56c41b294aa47a38ac3e1be70d4868f260cb4274;hpb=771764f735ffe01cb170a10b24eb7dfc2a81b34d diff --git a/source/toggle.h b/source/toggle.h index 4845796..0f6c610 100644 --- a/source/toggle.h +++ b/source/toggle.h @@ -2,6 +2,7 @@ #define MSP_GLTK_TOGGLE_H_ #include +#include "mspgltk_api.h" #include "text.h" #include "widget.h" @@ -11,10 +12,10 @@ namespace GLtk { /** Allows toggling a value between two states. */ -class Toggle: public Widget +class MSPGLTK_API Toggle: public Widget { public: - class Loader: public DataFile::DerivedObjectLoader + class MSPGLTK_API Loader: public DataFile::DerivedObjectLoader { public: Loader(Toggle &);