]> git.tdb.fi Git - libs/gui.git/blobdiff - source/graphics/bmploader.h
Add decorations for things which should be exported from the library
[libs/gui.git] / source / graphics / bmploader.h
index 926516d8ca080d0eecfffc2b80f664537a6fa873..5f8ad0a6f48cba9b59263de7b09dd817411b44f5 100644 (file)
@@ -2,11 +2,12 @@
 #define MSP_GRAPHICS_BMPLOADER_H_
 
 #include <msp/graphics/imageloader.h>
+#include "mspgui_api.h"
 
 namespace Msp {
 namespace Graphics {
 
-class BmpLoader: public ImageLoader
+class MSPGUI_API BmpLoader: public ImageLoader
 {
 private:
        IO::Base &io;