X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e1d63b79352db5290a9f86428d193bd6a08ef32f..f87584b55268e165f15de6f8ae34c99df72e5896:/include/wx/palmos/progdlg.h?ds=sidebyside diff --git a/include/wx/palmos/progdlg.h b/include/wx/palmos/progdlg.h index 0000d901ee..a45452f49a 100644 --- a/include/wx/palmos/progdlg.h +++ b/include/wx/palmos/progdlg.h @@ -12,10 +12,6 @@ #ifndef _PREFCONF_H_ #define _PREFCONF_H_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma interface "progdlg.h" -#endif - #include "wx/defs.h" #if wxUSE_PROGRESSDLG @@ -37,11 +33,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;