]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/scrolbar.h
Oops, don't cut and paste between ports, and do test compile both states
[wxWidgets.git] / include / wx / os2 / scrolbar.h
index 9d0c867ae5be29c6577a07787037130eac5dc50f..af3eba0674233b0338e066d7597eb41b7d23ba4a 100644 (file)
@@ -27,9 +27,7 @@ public:
            const wxPoint& pos = wxDefaultPosition,
            const wxSize& size = wxDefaultSize,
            long style = wxSB_HORIZONTAL,
-#if wxUSE_VALIDATORS
            const wxValidator& validator = wxDefaultValidator,
-#endif
            const wxString& name = wxScrollBarNameStr)
   {
       Create(parent, id, pos, size, style, validator, name);
@@ -38,9 +36,7 @@ public:
            const wxPoint& pos = wxDefaultPosition,
            const wxSize& size = wxDefaultSize,
            long style = wxSB_HORIZONTAL,
-#if wxUSE_VALIDATORS
            const wxValidator& validator = wxDefaultValidator,
-#endif
            const wxString& name = wxScrollBarNameStr);
 
   int GetThumbPosition() const ;