]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/html/winpars.h
avoid a bug in Carbon headers
[wxWidgets.git] / include / wx / html / winpars.h
index 5735e2c3cb819957f09cd95944aa0fd2a47984be..d25621df7733cdfce356f97c2c9e77217171bbfe 100644 (file)
@@ -11,7 +11,7 @@
 #ifndef _WX_WINPARS_H_
 #define _WX_WINPARS_H_
 
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma interface "winpars.h"
 #endif
 
@@ -145,7 +145,7 @@ private:
             // This list is used to initialize m_Handlers member.
 
     wxHtmlContainerCell *m_Container;
-            // actual container. See Open/CloseContainer for details.
+            // current container. See Open/CloseContainer for details.
 
     int m_FontBold, m_FontItalic, m_FontUnderlined, m_FontFixed; // this is not TRUE,FALSE but 1,0, we need it for indexing
     int m_FontSize; /* -2 to +4,  0 is default */