Hierarchy fixes; bug fix for tabg that was introduced somehow...

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1087 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
1998-11-30 12:52:58 +00:00
parent add28c55a0
commit e6460682a2
12 changed files with 162 additions and 108 deletions

View File

@@ -85,6 +85,9 @@ protected:
class WXDLLEXPORT wxTabLayer: public wxList
{
// Why did someone remove this, please?
DECLARE_DYNAMIC_CLASS(wxTabLayer)
wxTabLayer():wxList() {}
};
/*