X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ea9aa80e7c667e2951ac0967da903d2b9ec5e2b6..f196316400fd247a760b2ef77d5064b4e10e5471:/include/wx/msw/wince/tbarwce.h?ds=sidebyside diff --git a/include/wx/msw/wince/tbarwce.h b/include/wx/msw/wince/tbarwce.h index d9fefa88cc..cb7f97f697 100644 --- a/include/wx/msw/wince/tbarwce.h +++ b/include/wx/msw/wince/tbarwce.h @@ -12,10 +12,6 @@ #ifndef _WX_BARWCE_H_ #define _WX_BARWCE_H_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma interface "tbarwce.h" -#endif - #if wxUSE_TOOLBAR #include "wx/dynarray.h" @@ -67,7 +63,8 @@ protected: wxObject *clientData, const wxString& shortHelp, const wxString& longHelp); - virtual wxToolBarToolBase *CreateTool(wxControl *control); + virtual wxToolBarToolBase *CreateTool(wxControl *control, + const wxString& label); private: DECLARE_EVENT_TABLE() @@ -152,7 +149,8 @@ protected: wxObject *clientData, const wxString& shortHelp, const wxString& longHelp); - virtual wxToolBarToolBase *CreateTool(wxControl *control); + virtual wxToolBarToolBase *CreateTool(wxControl *control, + const wxString& label); // The menubar associated with this toolbar wxMenuBar* m_menuBar;