]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/m_pre.cpp
wxMotif STL-ification.
[wxWidgets.git] / src / html / m_pre.cpp
index 313d8a88bc129a09ee5a9c8aa912667a265fdb0e..558f29e3d877393fa08faab98920af731b2172f9 100644 (file)
@@ -7,7 +7,7 @@
 // Licence:     wxWindows Licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma implementation
 #endif
 
@@ -69,6 +69,7 @@ static wxString LINKAGEMODE HtmlizeWhitespaces(const wxString& str)
 
 
 TAG_HANDLER_BEGIN(PRE, "PRE")
+    TAG_HANDLER_CONSTR(PRE) { }
 
     TAG_HANDLER_PROC(tag)
     {