]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/html/helpfrm.h
removed the SetMargins call
[wxWidgets.git] / include / wx / html / helpfrm.h
index cb69605813e81ae36cef2cf1629b8c0b10d2efac..42562e92ec5d73473fd19f964f9ece9955a3402c 100644 (file)
@@ -180,7 +180,8 @@ protected:
     // below are various pointers to GUI components
     wxHtmlWindow *m_HtmlWin;
     wxSplitterWindow *m_Splitter;
-    wxNotebook *m_NavigPan;
+    wxPanel *m_NavigPan;
+    wxNotebook *m_NavigNotebook;
     wxTreeCtrl *m_ContentsBox;
     wxTextCtrl *m_IndexText;
     wxButton *m_IndexButton;