]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/scrolwin.h
ssize_t is always defined in OSX
[wxWidgets.git] / include / wx / generic / scrolwin.h
index 88ef181e6b03a201acfedef9c89191bc2f2b37c2..698e8bd8244dcd99f9557c83167d51fbf937ff2c 100644 (file)
@@ -23,7 +23,7 @@
 #include "wx/window.h"
 #include "wx/panel.h"
 
-WXDLLEXPORT_DATA(extern const wxChar*) wxPanelNameStr;
+extern WXDLLEXPORT_DATA(const wxChar*) wxPanelNameStr;
 
 // default scrolled window style
 #ifndef wxScrolledWindowStyle
@@ -72,7 +72,7 @@ public:
     virtual void DoSetVirtualSize(int x, int y);
 
 #ifdef __WXMAC__
-       virtual bool MacClipChildren() const { return true ; }
+    virtual bool MacClipChildren() const { return true ; }
 #endif
 protected:
     // this is needed for wxEVT_PAINT processing hack described in