]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/progdlg.h
added wxMOTIF_STR() macro casting away string literal constness for use with Motif...
[wxWidgets.git] / include / wx / palmos / progdlg.h
index 0000d901ee3a5fcecfcb679305ec1afd5cd9eedf..5bb7e35c5df441b5dc1c94fbdfc4782a5bbd45fa 100644 (file)
@@ -37,11 +37,11 @@ public:
     void Resume();
     virtual bool Show( bool show = true );
 
-    Boolean Callback(PrgCallbackData *data);
+    Boolean Callback(/*PrgCallbackData */ void *data);
 
 private:
 
-    ProgressType *m_prgFrame;
+    /*ProgressType*/ void *m_prgFrame;
     wxString m_msg;
     int m_max,m_cur;
     bool m_canSkip;