]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/html/htmlwin.h
#ifdefed wxPopupComboWindow to be used only in wxUniv
[wxWidgets.git] / include / wx / html / htmlwin.h
index 2bf22cd0cc8d5563f165f9340c45208eea7b1280..b53d4d472eb94ada64d6edf97f9549ef8352f29d 100644 (file)
@@ -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;}