X-Git-Url: http://git.tdb.fi/?p=libs%2Fgui.git;a=blobdiff_plain;f=source%2Fgraphics%2Fbmploader.h;fp=source%2Fgraphics%2Fbmploader.h;h=5f8ad0a6f48cba9b59263de7b09dd817411b44f5;hp=926516d8ca080d0eecfffc2b80f664537a6fa873;hb=d7686e3867e3c68cec0d3767a21f9d2408383085;hpb=479298192e3e5b71a402f79520c90372a4c4b504 diff --git a/source/graphics/bmploader.h b/source/graphics/bmploader.h index 926516d..5f8ad0a 100644 --- a/source/graphics/bmploader.h +++ b/source/graphics/bmploader.h @@ -2,11 +2,12 @@ #define MSP_GRAPHICS_BMPLOADER_H_ #include +#include "mspgui_api.h" namespace Msp { namespace Graphics { -class BmpLoader: public ImageLoader +class MSPGUI_API BmpLoader: public ImageLoader { private: IO::Base &io;