X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fc1f212528a3ccfcb4d70729dd01f88d63e80997..b09bda689c8525886d217a9b171b354391cd6d78:/src/html/htmltag.cpp diff --git a/src/html/htmltag.cpp b/src/html/htmltag.cpp index 1632ed6987..e725a033ab 100644 --- a/src/html/htmltag.cpp +++ b/src/html/htmltag.cpp @@ -376,8 +376,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