]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/notebook/notebook.h
Fixes so that wxPython builds on 2.7. Mostly removing references to all functions...
[wxWidgets.git] / samples / notebook / notebook.h
index 42bd6088affd4db7b55f5580de1b6faf4d3dde7e..4fdc8f98a366b9a0c1fb4100d24f5e48201ae4f0 100644 (file)
@@ -84,8 +84,8 @@ private:
     enum BookType
     {
         Type_Notebook,
-        Type_Choicebook,
         Type_Listbook,
+        Type_Choicebook,
         Type_Treebook,
         Type_Max
     } m_type;