X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/76810b8c97de5bf1086e1dc72efa0d9900ea0a58..163f0dbef031a449af734de427ae67fb81696cc0:/utils/dialoged/src/reseditr.h diff --git a/utils/dialoged/src/reseditr.h b/utils/dialoged/src/reseditr.h index e2dafcc71c..4af3085bb7 100644 --- a/utils/dialoged/src/reseditr.h +++ b/utils/dialoged/src/reseditr.h @@ -191,7 +191,7 @@ public: virtual wxFrame *OnCreateEditorFrame(const char *title); virtual wxMenuBar *OnCreateEditorMenuBar(wxFrame *parent); virtual wxResourceEditorScrolledWindow *OnCreateEditorPanel(wxFrame *parent); - virtual wxToolBarBase *OnCreateToolBar(wxFrame *parent); + virtual wxToolBar *OnCreateToolBar(wxFrame *parent); // Create a window information object for the give window wxWindowPropertyInfo* CreatePropertyInfoForWindow(wxWindow *win);