From 0c003b782d3da475abe3108aeb9047586f62ae00 Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Mon, 7 Apr 2014 10:35:07 -0400 Subject: [PATCH] MGR: Fix the use of validators in our implementation of Wizards. --- clientgui/wizardex.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clientgui/wizardex.h b/clientgui/wizardex.h index 414b12aaaf..713bede6a5 100644 --- a/clientgui/wizardex.h +++ b/clientgui/wizardex.h @@ -60,7 +60,7 @@ public: virtual wxWizardPageEx *GetPrev() const = 0; virtual wxWizardPageEx *GetNext() const = 0; -#if wxUSE_VALIDATOR +#if wxUSE_VALIDATORS /// Override the base functions to allow a validator to be assigned to this page. bool TransferDataToWindow() { @@ -77,7 +77,7 @@ public: return GetValidator() ? GetValidator()->Validate(this) : wxPanel::Validate(); } -#endif // wxUSE_VALIDATOR +#endif // wxUSE_VALIDATORS protected: // common part of ctors: