]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/htmlpars.cpp
correction to last commit: don't test unsetenv() return value, it's void under Darwin
[wxWidgets.git] / src / html / htmlpars.cpp
index f53ee5fdaba637e6725da7d081169683cfab9cd9..9d3bf3cb8e0f61275e9ffc617d6c263b84e48c13 100644 (file)
@@ -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)
 };