]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/progressbar.h
Add API declarations
[libs/gltk.git] / source / progressbar.h
index c1e17b56890a613d967e21550e0780a7082a2049..d167410028ac18716706f5a7bff92b81e06e0c2a 100644 (file)
@@ -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;