X-Git-Url: http://git.tdb.fi/?p=libs%2Fgltk.git;a=blobdiff_plain;f=source%2Fgraphic.h;fp=source%2Fgraphic.h;h=4fed368938016e8613e4a6132155d932889d48a0;hp=1ae0d5e22d8766a718bbd828329be7bb334663dd;hb=56c41b294aa47a38ac3e1be70d4868f260cb4274;hpb=771764f735ffe01cb170a10b24eb7dfc2a81b34d diff --git a/source/graphic.h b/source/graphic.h index 1ae0d5e..4fed368 100644 --- a/source/graphic.h +++ b/source/graphic.h @@ -5,6 +5,7 @@ #include #include #include "geometry.h" +#include "mspgltk_api.h" namespace Msp { namespace GLtk { @@ -14,7 +15,7 @@ class Resources; /** Stores a single graphical element. Graphics are used as parts of widgets. */ -class Graphic +class MSPGLTK_API Graphic { public: class Loader: public DataFile::CollectionObjectLoader