]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/gauge.h
corrections to directory management for Mac OS X
[wxWidgets.git] / include / wx / os2 / gauge.h
index cdb6d227f6a65742347151e5afb7c596ea983c28..24c44ba4c8b53ac4a3746a04b9405fbf20341ca2 100644 (file)
@@ -28,11 +28,7 @@ class WXDLLEXPORT wxGauge: public wxControl
            const wxSize& size = wxDefaultSize,
            long style = wxGA_HORIZONTAL,
 #if wxUSE_VALIDATORS
-#  if defined(__VISAGECPP__)
-           const wxValidator* validator = wxDefaultValidator,
-#  else
            const wxValidator& validator = wxDefaultValidator,
-#  endif
 #endif
            const wxString& name = wxGaugeNameStr)
   {
@@ -45,11 +41,7 @@ class WXDLLEXPORT wxGauge: public wxControl
            const wxSize& size = wxDefaultSize,
            long style = wxGA_HORIZONTAL,
 #if wxUSE_VALIDATORS
-#  if defined(__VISAGECPP__)
-           const wxValidator* validator = wxDefaultValidator,
-#  else
            const wxValidator& validator = wxDefaultValidator,
-#  endif
 #endif
            const wxString& name = wxGaugeNameStr);