]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/region.h
Added experimental async clipboard format query
[wxWidgets.git] / include / wx / palmos / region.h
index ce0586c21b285efb141c46f5145c6970401cb8f0..9ca01e8071f19696de31a12614cc17d9d7640abc 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef _WX_PALMOS_REGION_H_
 #define _WX_PALMOS_REGION_H_
 
-class WXDLLEXPORT wxRegion : public wxRegionWithCombine
+class WXDLLIMPEXP_CORE wxRegion : public wxRegionWithCombine
 {
 public:
     wxRegion();
@@ -60,7 +60,7 @@ protected:
     DECLARE_DYNAMIC_CLASS(wxRegion)
 };
 
-class WXDLLEXPORT wxRegionIterator : public wxObject
+class WXDLLIMPEXP_CORE wxRegionIterator : public wxObject
 {
 public:
     wxRegionIterator() { Init(); }