]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/imagxpm.h
allows resetting color of text to black, closes #4826
[wxWidgets.git] / include / wx / imagxpm.h
index 10a12c62acf1acf800eea2a3d55e7c5c3168ed95..f9af1ba2252acdb4c3aad08bfc134a1d8f02012e 100644 (file)
 #ifndef _WX_IMAGXPM_H_
 #define _WX_IMAGXPM_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "imagxpm.h"
-#endif
-
 #include "wx/image.h"
 
 
@@ -21,7 +17,7 @@
 // wxXPMHandler
 //-----------------------------------------------------------------------------
 
-class WXDLLEXPORT wxXPMHandler : public wxImageHandler
+class WXDLLIMPEXP_CORE wxXPMHandler : public wxImageHandler
 {
 public:
     inline wxXPMHandler()
@@ -35,6 +31,7 @@ public:
 #if wxUSE_STREAMS
     virtual bool LoadFile( wxImage *image, wxInputStream& stream, bool verbose=true, int index=-1 );
     virtual bool SaveFile( wxImage *image, wxOutputStream& stream, bool verbose=true );
+protected:
     virtual bool DoCanRead( wxInputStream& stream );
 #endif