X-Git-Url: http://git.tdb.fi/?p=libs%2Fgltk.git;a=blobdiff_plain;f=source%2Fprogressbar.h;fp=source%2Fprogressbar.h;h=d167410028ac18716706f5a7bff92b81e06e0c2a;hp=c1e17b56890a613d967e21550e0780a7082a2049;hb=56c41b294aa47a38ac3e1be70d4868f260cb4274;hpb=771764f735ffe01cb170a10b24eb7dfc2a81b34d diff --git a/source/progressbar.h b/source/progressbar.h index c1e17b5..d167410 100644 --- a/source/progressbar.h +++ b/source/progressbar.h @@ -1,12 +1,13 @@ #ifndef MSP_GLTK_PROGRESSBAR_H_ #define MSP_GLTK_PROGRESSBAR_H_ +#include "mspgltk_api.h" #include "widget.h" namespace Msp { namespace GLtk { -class ProgressBar: public Widget +class MSPGLTK_API ProgressBar: public Widget { private: float range;