Added DECLARE/IMLEMENT_CLASS for wxToolBarBase

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8483 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2000-10-06 16:52:29 +00:00
parent 6955ce29ed
commit 12ed316d02
10 changed files with 11 additions and 8 deletions

View File

@@ -467,6 +467,7 @@ protected:
private:
DECLARE_EVENT_TABLE()
DECLARE_CLASS(wxToolBarBase)
};
#endif