compilation fixes for wxUSE_TREEBOOK=0

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35863 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2005-10-09 22:09:35 +00:00
parent eca15c0d54
commit 136bafcd39
2 changed files with 32 additions and 26 deletions

View File

@@ -84,8 +84,8 @@ private:
enum BookType
{
Type_Notebook,
Type_Choicebook,
Type_Listbook,
Type_Choicebook,
Type_Treebook,
Type_Max
} m_type;