]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/part.h
Add API declarations
[libs/gltk.git] / source / part.h
index 252d5a3cbecad1d2fafe1eec17edbced1a592fdf..a8776c2924b8d03308e0c109a8fa6531ec3ca8e2 100644 (file)
@@ -4,6 +4,7 @@
 #include <string>
 #include <msp/datafile/objectloader.h>
 #include "geometry.h"
+#include "mspgltk_api.h"
 #include "state.h"
 
 namespace Msp {
@@ -16,7 +17,7 @@ class Resources;
 /**
 Defines a single graphical element of a widget style.
 */
-class Part
+class MSPGLTK_API Part
 {
 public:
        class Loader: public DataFile::CollectionObjectLoader<Part>