X-Git-Url: http://git.tdb.fi/?p=libs%2Fgltk.git;a=blobdiff_plain;f=source%2Findicator.h;fp=source%2Findicator.h;h=2b5b2a397f22cf79c11ec1e567fbaad6e9cf0d3a;hp=90c920c574100ea190166180ea7a3858dfa0888e;hb=56c41b294aa47a38ac3e1be70d4868f260cb4274;hpb=771764f735ffe01cb170a10b24eb7dfc2a81b34d diff --git a/source/indicator.h b/source/indicator.h index 90c920c..2b5b2a3 100644 --- a/source/indicator.h +++ b/source/indicator.h @@ -1,6 +1,7 @@ #ifndef MSP_GLTK_INDICATOR_H_ #define MSP_GLTK_INDICATOR_H_ +#include "mspgltk_api.h" #include "widget.h" namespace Msp { @@ -9,7 +10,7 @@ namespace GLtk { /** An Indicator visualizes a boolean state. It can be either active or inactive. */ -class Indicator: public Widget +class MSPGLTK_API Indicator: public Widget { public: virtual const char *get_class() const { return "indicator"; }