]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/wizard.h
marked FindColour() as deprecated; removed AddColour() which was only used internally
[wxWidgets.git] / include / wx / wizard.h
index 9bbd2358775027d8790d1100e024fd79fce19104..b9e79b702cb314d36262b33cd92a58a6fca181b3 100644 (file)
@@ -204,7 +204,7 @@ public:
     virtual void SetBorder(int border) = 0;
     
     // wxWizard should be created using "new wxWizard" now, not with Create()
-#ifdef WXWIN_COMPATIBILITY_2_2
+#if WXWIN_COMPATIBILITY_2_2
     static wxWizard *Create(wxWindow *parent,
                             int id = -1,
                             const wxString& title = wxEmptyString,