]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/region.h
define _TM_DEFINED if we define struct tm here
[wxWidgets.git] / include / wx / msw / region.h
index 0d14ea445286c7146a95df7e7822e1515181b0af..d6cac7c66725b1aec4a8ec0f4a0d2e66beb22887 100644 (file)
 #ifndef _WX_REGION_H_
 #define _WX_REGION_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma interface "region.h"
-#endif
-
 #include "wx/gdiobj.h"
 #include "wx/gdicmn.h"
 
@@ -60,12 +56,6 @@ public:
 
     virtual ~wxRegion();
 
-    // Copying
-    wxRegion(const wxRegion& r) : wxGDIObject(r)
-        { Ref(r); }
-    wxRegion& operator = (const wxRegion& r)
-        { Ref(r); return (*this); }
-
     // Modify region
     // -------------