]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/notebook/notebook.h
compilation fix for !MSW
[wxWidgets.git] / samples / notebook / notebook.h
index c79f79f980e2f120ddc41ef87ab638d26d715a79..8a5bcc7ffb514643928606e099d87e3ccdcb8008 100644 (file)
@@ -117,9 +117,10 @@ private:
 
     MyNotebook *m_notebook;
 
 
     MyNotebook *m_notebook;
 
+#if wxUSE_LOG
     // Log window
     wxTextCtrl *m_text;
     // Log window
     wxTextCtrl *m_text;
-
+#endif // wxUSE_LOG
 
     // Sizers
 
 
     // Sizers
 
@@ -130,9 +131,6 @@ private:
     // Sizer that contains the notebook and controls on the left
     wxBoxSizer *m_sizerTop;
 
     // Sizer that contains the notebook and controls on the left
     wxBoxSizer *m_sizerTop;
 
-    // Sizer for m_notebook
-    wxBookCtrlSizer *m_sizerNotebook;
-
     wxImageList *m_imageList;
 
     DECLARE_EVENT_TABLE()
     wxImageList *m_imageList;
 
     DECLARE_EVENT_TABLE()