]> git.tdb.fi Git - libs/gui.git/blobdiff - source/graphics/devil/devilloader.h
Add decorations for things which should be exported from the library
[libs/gui.git] / source / graphics / devil / devilloader.h
index 2a8e28d784bca8d3a9ff92bc53a2a9fa5e80f753..87408132881780b27b68986cc5f7ab628e99cc1e 100644 (file)
@@ -2,15 +2,16 @@
 #define MSP_GRAPHICS_DEVILLOADER_H_
 
 #include <msp/graphics/imageloader.h>
+#include <msp/graphics/mspgui_api.h>
 
 namespace Msp {
 namespace Graphics {
 
-class DevilLoader: public ImageLoader
+class MSPGUI_API DevilLoader: public ImageLoader
 {
 private:
        IO::Base &io;
-       unsigned id;
+       unsigned id = 0;
 
 public:
        DevilLoader(IO::Seekable &);