X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/655719367ac5e131d9642e5783f3ecf64d1a3385..7d09b97f5321d0accd758eb420c008853ad9ec26:/src/html/m_style.cpp diff --git a/src/html/m_style.cpp b/src/html/m_style.cpp index 463c4ddc85..3934a45990 100644 --- a/src/html/m_style.cpp +++ b/src/html/m_style.cpp @@ -7,13 +7,8 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma implementation -#endif - #include "wx/wxprec.h" - #include "wx/defs.h" #if wxUSE_HTML && wxUSE_STREAMS @@ -37,7 +32,7 @@ TAG_HANDLER_BEGIN(STYLE, "STYLE") { // VS: Ignore styles for now. We must have this handler present, // because CSS style text would be rendered verbatim otherwise - return TRUE; + return true; } TAG_HANDLER_END(STYLE)