]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed IMPLEMENT_DYNAMIC_CLASS usage.
authorStefan Neis <Stefan.Neis@t-online.de>
Sun, 31 Aug 2003 19:56:53 +0000 (19:56 +0000)
committerStefan Neis <Stefan.Neis@t-online.de>
Sun, 31 Aug 2003 19:56:53 +0000 (19:56 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23328 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/os2/toolbar.cpp

index 1d296bda352325ba9a4cd6ea23543287780b985f..b15b06f79ac26a4875eb5865654b4fd28a0406ad 100644 (file)
@@ -84,7 +84,7 @@ public:
 // wxWin macros
 // ----------------------------------------------------------------------------
 
-IMPLEMENT_DYNAMIC_CLASS(wxToolBar, wxToolBarBase)
+IMPLEMENT_DYNAMIC_CLASS(wxToolBar, wxControl)
 
 BEGIN_EVENT_TABLE(wxToolBar, wxToolBarBase)
     EVT_SIZE(wxToolBar::OnSize)