projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Don't add -MMD until we are just about ready to build the lib, it messes with
[wxWidgets.git]
/
src
/
html
/
htmltag.cpp
diff --git
a/src/html/htmltag.cpp
b/src/html/htmltag.cpp
index 1632ed698741fa115bffacb5c58c608a2a48d4ed..e725a033abcfcc975c0d444338749d000bc0fca8 100644
(file)
--- 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
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
}
bool wxHtmlTag::GetParamAsInt(const wxString& par, int *clr) const