X-Git-Url: http://git.tdb.fi/?p=libs%2Fgltk.git;a=blobdiff_plain;f=source%2Fstyle.h;fp=source%2Fstyle.h;h=8a3e3a9958c1a3a86c9b0ba08c1316d7458999bb;hp=1eb05c33a286111f5debc65e5f194c38bf3c1bb4;hb=56c41b294aa47a38ac3e1be70d4868f260cb4274;hpb=771764f735ffe01cb170a10b24eb7dfc2a81b34d diff --git a/source/style.h b/source/style.h index 1eb05c3..8a3e3a9 100644 --- a/source/style.h +++ b/source/style.h @@ -5,6 +5,7 @@ #include #include #include +#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