]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/window.h
and a third fix from http://trac.wxwidgets.org/ticket/10457 fix
[wxWidgets.git] / include / wx / univ / window.h
index bb8e81d7c604641afcda9713d4298150ad4c1307..1dc43df0243dd8f21eae57e4b5b377d44b04cc4c 100644 (file)
@@ -52,7 +52,7 @@ class WXDLLIMPEXP_FWD_CORE wxRenderer;
 #define wxWindowNative wxWindowMac
 #endif
 
-class WXDLLEXPORT wxWindow : public wxWindowNative
+class WXDLLIMPEXP_CORE wxWindow : public wxWindowNative
 {
 public:
     // ctors and create functions
@@ -102,7 +102,7 @@ public:
     virtual int GetScrollThumb(int orient) const;
     virtual int GetScrollRange(int orient) const;
     virtual void ScrollWindow(int dx, int dy,
-                              const wxRect* rect = (wxRect *) NULL);
+                              const wxRect* rect = NULL);
 
     // take into account the borders here
     virtual wxPoint GetClientAreaOrigin() const;