]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/classic/dc.h
compilation fix: wxGenericCollapsiblePane needs wxButton and wxStaticLine
[wxWidgets.git] / include / wx / mac / classic / dc.h
index 57ade632db448a17fcadcdbf336e81b37112c866..88b7dacfb3e0adf1ef3a0f35e17d0a1888b2f886 100644 (file)
 #ifndef _WX_DC_H_
 #define _WX_DC_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "dc.h"
-#endif
-
 #include "wx/pen.h"
 #include "wx/brush.h"
 #include "wx/icon.h"
@@ -41,8 +37,6 @@
 // global variables
 //-----------------------------------------------------------------------------
 
-extern int wxPageNumber;
-
 class wxMacPortStateHelper ;
 //-----------------------------------------------------------------------------
 // wxDC
@@ -56,7 +50,7 @@ class WXDLLEXPORT wxDC: public wxDCBase
   public:
 
     wxDC();
-    ~wxDC();
+    virtual ~wxDC();
 
 
     // implement base class pure virtuals