]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/html/htmlwin.h
fixed unused parameter warning
[wxWidgets.git] / include / wx / html / htmlwin.h
index 389e2211ec6d9a76c3a07aee2eab2c043389e254..719173bedbaf763cd890b3a9608dc83542465bb1 100644 (file)
@@ -269,9 +269,13 @@ protected:
     void StopAutoScrolling();
 #endif // wxUSE_CLIPBOARD
 
-protected:
     wxString DoSelectionToText(wxHtmlSelection *sel);
 
+private:
+    // implementation of SetPage()
+    bool DoSetPage(const wxString& source);
+
+protected:
     // This is pointer to the first cell in parsed data.  (Note: the first cell
     // is usually top one = all other cells are sub-cells of this one)
     wxHtmlContainerCell *m_Cell;