]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/html/htmlwin.h
fixed resource leak in MemoryHDC (closes bug 670016)
[wxWidgets.git] / include / wx / html / htmlwin.h
index d31dd8b880fa09f812e5254f8d736023f35fb85a..76d1c2c840e1b528d45b202540ea10e84017b7c4 100644 (file)
@@ -11,7 +11,7 @@
 #ifndef _WX_HTMLWIN_H_
 #define _WX_HTMLWIN_H_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
 #pragma interface "htmlwin.h"
 #endif
 
@@ -269,6 +269,7 @@ private:
     static wxHtmlProcessorList *m_GlobalProcessors;
 
     DECLARE_EVENT_TABLE()
+    DECLARE_NO_COPY_CLASS(wxHtmlWindow)
 };