]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/html/m_templ.h
added default values for SetSizeHints() arguments, as in wxMSW
[wxWidgets.git] / include / wx / html / m_templ.h
index a54725ee5f45fe7ae89512e239b502fc004c508e..63d29000bb1a5a0ce7ad7c76b160de20f32c01c4 100644 (file)
@@ -27,7 +27,7 @@ I STRONGLY recommend reading and understanding these macros!!
 
 
 #ifdef __GNUG__
-#pragma interface
+#pragma interface "m_templ.h"
 #pragma implementation
 #endif
 
@@ -87,7 +87,7 @@ I STRONGLY recommend reading and understanding these macros!!
 
 
 #define TAGS_MODULE_ADD(handler)                                          \
-                    parser -> AddTagHandler(new HTML_Handler_##handler);
+                    parser->AddTagHandler(new HTML_Handler_##handler);