X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7c6cd4a86b843afa877feaeb207b936dd7a4b1f3..f77e1e5d0d0eb7515425c2ad4daa1205674cb180:/src/html/htmltag.cpp diff --git a/src/html/htmltag.cpp b/src/html/htmltag.cpp index e8d244a2ee..0b0b894f5b 100644 --- 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);