]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/style.h
Add API declarations
[libs/gltk.git] / source / style.h
index 1eb05c33a286111f5debc65e5f194c38bf3c1bb4..8a3e3a9958c1a3a86c9b0ba08c1316d7458999bb 100644 (file)
@@ -5,6 +5,7 @@
 #include <msp/gl/font.h>
 #include <msp/gl/sampler.h>
 #include <msp/datafile/objectloader.h>
+#include "mspgltk_api.h"
 #include "part.h"
 
 namespace Msp {
@@ -16,7 +17,7 @@ class Resources;
 Styles define what wigets look like.  They are made up of Parts and some
 generic properties.
 */
-class Style
+class MSPGLTK_API Style
 {
 public:
        class Loader: public DataFile::CollectionObjectLoader<Style, Resources>