X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2f7adba06fa6cf7d171caaa83d81563e581dfb5c..7edcafa467269b15e0e967e9fe9ee08c6696b8a7:/include/wx/html/helpfrm.h?ds=inline diff --git a/include/wx/html/helpfrm.h b/include/wx/html/helpfrm.h index cb69605813..42562e92ec 100644 --- a/include/wx/html/helpfrm.h +++ b/include/wx/html/helpfrm.h @@ -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;