]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/ctrlcmn.cpp
1. wxDateTimeHolidayAuthority class for calculating the holidays added
[wxWidgets.git] / src / common / ctrlcmn.cpp
index be7735196dbd9c357e5849d8fdc142ff7154abac..dec9f63a0c724a07c892e4263090456c8e0a38c7 100644 (file)
@@ -43,11 +43,7 @@ bool wxControlBase::CreateControl(wxWindowBase *parent,
                                   const wxSize& size,
                                   long style,
 #if wxUSE_VALIDATORS
-#  if defined(__VISAGECPP__)
-                                  const wxValidator* validator,
-#  else
                                   const wxValidator& validator,
-#  endif
 #endif
                                   const wxString& name)
 {