X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fc1f212528a3ccfcb4d70729dd01f88d63e80997..304862976530be1315f3861157168f6edea2195e:/src/html/htmltag.cpp diff --git a/src/html/htmltag.cpp b/src/html/htmltag.cpp index 1632ed6987..85fa7286ee 100644 --- a/src/html/htmltag.cpp +++ b/src/html/htmltag.cpp @@ -332,7 +332,9 @@ wxString wxHtmlTag::GetParam(const wxString& par, bool with_commas) const return m_ParamValues[index]; } -int wxHtmlTag::ScanParam(const wxString& par, wxChar *format, void *param) const +int wxHtmlTag::ScanParam(const wxString& par, + const wxChar *format, + void *param) const { wxString parval = GetParam(par); return wxSscanf(parval, format, param); @@ -376,8 +378,9 @@ bool wxHtmlTag::GetParamAsColour(const wxString& par, wxColour *clr) const HTML_COLOUR("teal", 0x00,0x80,0x80) HTML_COLOUR("aqua", 0x00,0xFF,0xFF) #undef HTML_COLOUR - return FALSE; } + + return FALSE; } bool wxHtmlTag::GetParamAsInt(const wxString& par, int *clr) const