]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/imagxpm.h
Added DetachOldLog to avoid destruction of old log target
[wxWidgets.git] / include / wx / imagxpm.h
index 10a12c62acf1acf800eea2a3d55e7c5c3168ed95..e47c873e6329771108676c9c68340a57079c84c2 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"
 
 
@@ -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