]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/m_style.cpp
using backward compatible calls for HitTest hack
[wxWidgets.git] / src / html / m_style.cpp
index 463c4ddc85fdd4bebe9d702e3b4bac62bbe519f0..3934a459902331214b3a6b950f8393b65f760a54 100644 (file)
@@ -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)