]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/valgen.cpp
document On{Open,Save}Document()
[wxWidgets.git] / src / common / valgen.cpp
index 6fc3530c7d91d2d6068b33987ae5d5b717cd3663..e38f6789bdc55571411313d03ecd4eb8ea36d756 100644 (file)
@@ -228,7 +228,7 @@ bool wxGenericValidator::TransferToWindow(void)
 #endif
 
     // date time controls
-#if wxUSE_DATEPICKCTRL
+#if 0 // wxUSE_DATEPICKCTRL -- temporary fix for shared build linking
     if (m_validatorWindow->IsKindOf(CLASSINFO(wxDatePickerCtrl)) )
     {
         wxDatePickerCtrl* pControl = (wxDatePickerCtrl*) m_validatorWindow;
@@ -486,7 +486,7 @@ bool wxGenericValidator::TransferFromWindow(void)
 #endif
 
     // DATE TIME CONTROLS ************************************
-#if wxUSE_DATEPICKCTRL
+#if 0 // wxUSE_DATEPICKCTRL -- temporary fix for shared build linking
     if (m_validatorWindow->IsKindOf(CLASSINFO(wxDatePickerCtrl)) )
     {
         wxDatePickerCtrl* pControl = (wxDatePickerCtrl*) m_validatorWindow;