]> git.tdb.fi Git - libs/gui.git/blobdiff - source/graphics/jpeg/jpegloader.h
Add decorations for things which should be exported from the library
[libs/gui.git] / source / graphics / jpeg / jpegloader.h
index 88dc00c85e519d9b7c2c69e16ec774a956c18e8f..765183af1b4ca737e7c075f814f3c2b4dabec04d 100644 (file)
@@ -2,11 +2,12 @@
 #define MSP_GRAPHICS_JPEGLOADER_H_
 
 #include <msp/graphics/imageloader.h>
+#include <msp/graphics/mspgui_api.h>
 
 namespace Msp {
 namespace Graphics {
 
-class JpegLoader: public ImageLoader
+class MSPGUI_API JpegLoader: public ImageLoader
 {
 private:
        struct Private;