]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/helpwxht.h
Some more NanoX compile fixes
[wxWidgets.git] / include / wx / generic / helpwxht.h
index 449c20f085f853ad8d942cb2b759b3de5edb2af0..62d3da59aa4f11cd1a9d88380f62aebf3941eab7 100644 (file)
@@ -58,7 +58,7 @@ DECLARE_CLASS(wxHelpControllerHtml)
    
 private:
    /// Call the browser using a relative URL.
-   virtual bool DisplayHelp(wxString const &);
+   virtual bool DisplayHelp(const wxString &);
 protected:
    friend class wxHelpFrame;
    class wxHelpFrame *m_Frame;