]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/imagxpm.h
add const synonyms for wxGridTableBase::GetNumberRows/Cols(), using const_cast<>...
[wxWidgets.git] / include / wx / imagxpm.h
index e47c873e6329771108676c9c68340a57079c84c2..77181f8f6c771c1c6eb1a71efc6363fb75c0bca5 100644 (file)
 
 #include "wx/image.h"
 
+#if wxUSE_XPM
 
 //-----------------------------------------------------------------------------
 // wxXPMHandler
 //-----------------------------------------------------------------------------
 
-class WXDLLEXPORT wxXPMHandler : public wxImageHandler
+class WXDLLIMPEXP_CORE wxXPMHandler : public wxImageHandler
 {
 public:
     inline wxXPMHandler()
@@ -39,6 +40,7 @@ private:
     DECLARE_DYNAMIC_CLASS(wxXPMHandler)
 };
 
+#endif // wxUSE_XPM
 
 #endif
   // _WX_IMAGXPM_H_