]> git.tdb.fi Git - libs/gui.git/blobdiff - source/graphics/quartz/quartzloader.h
Add decorations for things which should be exported from the library
[libs/gui.git] / source / graphics / quartz / quartzloader.h
index 73c74c00fc6e58eea38c675b94fe17a2a94781ce..9564ad20d31231a5e900e460cf6419d26a2a9055 100644 (file)
@@ -2,11 +2,12 @@
 #define MSP_GRAPHICS_QUARTZLOADER_H_
 
 #include <msp/graphics/imageloader.h>
+#include <msp/graphics/mspgui_api.h>
 
 namespace Msp {
 namespace Graphics {
 
-class QuartzLoader: public ImageLoader
+class MSPGUI_API QuartzLoader: public ImageLoader
 {
 private:
        struct Private;