]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/htmltag.cpp
wxInputConsumer
[wxWidgets.git] / src / html / htmltag.cpp
index 1632ed698741fa115bffacb5c58c608a2a48d4ed..e725a033abcfcc975c0d444338749d000bc0fca8 100644 (file)
@@ -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