projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c6ad43
)
compilation fix for optimizing compilers
author
Václav Slavík
<vslavik@fastmail.fm>
Wed, 26 Feb 2003 19:29:21 +0000
(19:29 +0000)
committer
Václav Slavík
<vslavik@fastmail.fm>
Wed, 26 Feb 2003 19:29:21 +0000
(19:29 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19341
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
src/html/htmltag.cpp
patch
|
blob
|
blame
|
history
diff --git
a/src/html/htmltag.cpp
b/src/html/htmltag.cpp
index e8d244a2ee01f78eecaa5c29ecebd5a4d5f326c8..0b0b894f5b4accf3ca3be22b54df026013c2fe97 100644
(file)
--- a/
src/html/htmltag.cpp
+++ b/
src/html/htmltag.cpp
@@
-57,7
+57,7
@@
IMPLEMENT_CLASS(wxHtmlTagsCache,wxObject)
#define CACHE_INCREMENT 64
-
inline
bool wxIsCDATAElement(const wxChar *tag)
+bool wxIsCDATAElement(const wxChar *tag)
{
return (wxStrcmp(tag, _T("SCRIPT")) == 0) ||
(wxStrcmp(tag, _T("STYLE")) == 0);