]> git.tdb.fi Git - libs/gui.git/blobdiff - source/graphics/png/pngloader.h
Add decorations for things which should be exported from the library
[libs/gui.git] / source / graphics / png / pngloader.h
index f334d82231f760489113667469abdd32e87f2a35..85baaef5e34287543480725f96dcc199e17f8270 100644 (file)
@@ -2,11 +2,12 @@
 #define MSP_GRAPHICS_PNGLOADER_H_
 
 #include <msp/graphics/imageloader.h>
+#include <msp/graphics/mspgui_api.h>
 
 namespace Msp {
 namespace Graphics {
 
-class PngLoader: public ImageLoader
+class MSPGUI_API PngLoader: public ImageLoader
 {
 private:
        struct Private;