]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/html/htmltag.h
removed the SetMargins call
[wxWidgets.git] / include / wx / html / htmltag.h
index 981f2374e54571db7686c9f8697dc1ef476aa539..758e1d3a0e9d3a24c896c25444cb8694aa01a351 100644 (file)
@@ -107,7 +107,7 @@ public:
     // (like sscanf() does)
     // NOTE: unlike scanf family, this function only accepts
     //       *one* parameter !
-    int ScanParam(const wxString& par, wxChar *format, void *param) const;
+    int ScanParam(const wxString& par, const wxChar *format, void *param) const;
 
     // Returns string containing all params.
     wxString GetAllParams() const;