X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/960ba969f9b7e004cfa7bd1ea26e953dbc159f8c..45f22d48cdd5f8cc57b9ddc6f48c7c953adbb940:/include/wx/html/htmlwin.h?ds=sidebyside diff --git a/include/wx/html/htmlwin.h b/include/wx/html/htmlwin.h index 2bf22cd0cc..b53d4d472e 100644 --- a/include/wx/html/htmlwin.h +++ b/include/wx/html/htmlwin.h @@ -72,7 +72,7 @@ public: // After the page is loaded, the method calls SetPage() to display it. // Note : you can also use path relative to previously loaded page // Return value : same as SetPage - bool LoadPage(const wxString& location); + virtual bool LoadPage(const wxString& location); // Returns full location of opened page wxString GetOpenedPage() const {return m_OpenedPage;}