X-Git-Url: http://git.tdb.fi/?p=libs%2Fgltk.git;a=blobdiff_plain;f=source%2Flabel.h;fp=source%2Flabel.h;h=3275bca091962e4d77555c45590a733fab80f578;hp=e3cff690005fd358a24b8088a7dc902701d96dbd;hb=56c41b294aa47a38ac3e1be70d4868f260cb4274;hpb=771764f735ffe01cb170a10b24eb7dfc2a81b34d diff --git a/source/label.h b/source/label.h index e3cff69..3275bca 100644 --- a/source/label.h +++ b/source/label.h @@ -1,6 +1,7 @@ #ifndef MSP_GLTK_LABEL_H_ #define MSP_GLTK_LABEL_H_ +#include "mspgltk_api.h" #include "text.h" #include "widget.h" @@ -10,7 +11,7 @@ namespace GLtk { /** Labels display static text. There is one special part: "text". */ -class Label: public Widget +class MSPGLTK_API Label: public Widget { public: class Loader: public DataFile::DerivedObjectLoader