X-Git-Url: http://git.tdb.fi/?p=libs%2Fgltk.git;a=blobdiff_plain;f=source%2Fimage.h;fp=source%2Fimage.h;h=77357561ead0a54fc147681e580bd67fa80c989c;hp=8b857f41c48ec051309584b2f3d629a6dd0f250e;hb=56c41b294aa47a38ac3e1be70d4868f260cb4274;hpb=771764f735ffe01cb170a10b24eb7dfc2a81b34d diff --git a/source/image.h b/source/image.h index 8b857f4..7735756 100644 --- a/source/image.h +++ b/source/image.h @@ -2,6 +2,7 @@ #define MSP_GLTK_IMAGE_H_ #include +#include "mspgltk_api.h" #include "widget.h" namespace Msp { @@ -10,7 +11,7 @@ namespace GLtk { /** A widget for displaying images. */ -class Image: public Widget +class MSPGLTK_API Image: public Widget { public: class Loader: public Msp::DataFile::DerivedObjectLoader