]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/wizard.h
added wxImage::RotateHue() and RGB <-> HSV conversions (patch 1227108)
[wxWidgets.git] / include / wx / generic / wizard.h
index e5db3aa0e080ae3d5cd631da95a7aba974edf84f..e6f4f5faacf1e56d746e6d35d89fd8b191af2ff3 100644 (file)
@@ -86,8 +86,12 @@ private:
     void AddBackNextPair(wxBoxSizer *buttonRow);
     void AddButtonRow(wxBoxSizer *mainColumn);
 
+#if wxABI_VERSION >= 20602
+protected:
+#endif
     void FinishLayout();
 
+private:
     wxSize GetManualPageSize() const;
 
     // the page size requested by user