]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/x11/dc.h
removed spaces; added WXDLLEXPORTs; make overlay classes non copiable
[wxWidgets.git] / include / wx / x11 / dc.h
index 2637aed447d282ad343ee90e2df1607b83ec5818..7c80e92e198c9bd6883fdbd542d22c95e15c93ea 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"
@@ -45,7 +41,7 @@ class WXDLLEXPORT wxDC : public wxDCBase
 {
 public:
     wxDC();
-    ~wxDC() { }
+    virtual ~wxDC() { }
 
     // implement base class pure virtuals
     // ----------------------------------