]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/html/htmlpars.h
GTK2 RGBA has 32 bits.
[wxWidgets.git] / include / wx / html / htmlpars.h
index 446fa3cba2ce02add0ddb71eda88e8e14cb21621..d102b6c8dd782661edf2a51ce22533c455d4f5d2 100644 (file)
@@ -99,7 +99,7 @@ public:
     // handler can handle only 'myitems' (e.g. it's GetSupportedTags returns "MYITEMS")
     // you can call PushTagHandler(handler, "IT") when you find <myitems>
     // and call PopTagHandler() when you find </myitems>
-    void PushTagHandler(wxHtmlTagHandler *handler, wxString tags);
+    void PushTagHandler(wxHtmlTagHandler *handler, const wxString& tags);
 
     // Restores state before last call to PushTagHandler
     void PopTagHandler();