]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/region.h
ensure that GetEditControl() returns something even if label editing was started...
[wxWidgets.git] / include / wx / mac / carbon / region.h
index f04cdef8d9c66ebe8977bbbdb69e5e6d318b8d2a..480109a8ee644169f061fa849c79ad28ab764449 100644 (file)
@@ -14,7 +14,7 @@
 
 #include "wx/list.h"
 
-class WXDLLEXPORT wxRegion : public wxRegionWithCombine
+class WXDLLIMPEXP_CORE wxRegion : public wxRegionWithCombine
 {
 public:
     wxRegion(long x, long y, long w, long h);
@@ -59,7 +59,7 @@ private:
     friend class WXDLLIMPEXP_FWD_CORE wxRegionIterator;
 };
 
-class WXDLLEXPORT wxRegionIterator : public wxObject
+class WXDLLIMPEXP_CORE wxRegionIterator : public wxObject
 {
 public:
     wxRegionIterator();