X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/19817fd33ee930ba03c597301c79f689f94655eb..afb6a92feec67d021691e2b2c466378bf3adbf2d:/src/html/htmlpars.cpp diff --git a/src/html/htmlpars.cpp b/src/html/htmlpars.cpp index f53ee5fdab..9d3bf3cb8e 100644 --- a/src/html/htmlpars.cpp +++ b/src/html/htmlpars.cpp @@ -888,7 +888,7 @@ public: wxObject* GetProduct() { return NULL; } protected: - virtual void AddText(const wxChar* WXUNUSED(txt)) {} + virtual void AddText(const wxString& WXUNUSED(txt)) {} DECLARE_NO_COPY_CLASS(wxMetaTagParser) };