X-Git-Url: http://git.tdb.fi/?p=libs%2Fgltk.git;a=blobdiff_plain;f=source%2Fpart.h;fp=source%2Fpart.h;h=a8776c2924b8d03308e0c109a8fa6531ec3ca8e2;hp=252d5a3cbecad1d2fafe1eec17edbced1a592fdf;hb=56c41b294aa47a38ac3e1be70d4868f260cb4274;hpb=771764f735ffe01cb170a10b24eb7dfc2a81b34d diff --git a/source/part.h b/source/part.h index 252d5a3..a8776c2 100644 --- a/source/part.h +++ b/source/part.h @@ -4,6 +4,7 @@ #include #include #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