MyNotebook *m_notebook;
+#if wxUSE_LOG
// Log window
wxTextCtrl *m_text;
-
+#endif // wxUSE_LOG
// Sizers
// 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()