]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/dcscreen.h
Added wxDataViewBitmapCell
[wxWidgets.git] / include / wx / mac / carbon / dcscreen.h
index ab83b3761893ef69a803ea99622a46dd7c25e3b1..4e2ed0511f5a928d1b7bb41a2cf3b2e3ca4a646e 100644 (file)
 #ifndef _WX_DCSCREEN_H_
 #define _WX_DCSCREEN_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "dcscreen.h"
-#endif
-
 #include "wx/dcclient.h"
 
 class WXDLLEXPORT wxScreenDC: public wxWindowDC
@@ -25,7 +21,7 @@ class WXDLLEXPORT wxScreenDC: public wxWindowDC
  public:
   // Create a DC representing the whole screen
   wxScreenDC();
-  ~wxScreenDC();
+  virtual ~wxScreenDC();
 
   // Compatibility with X's requirements for
   // drawing on top of all windows