]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/wizard.cpp
Compilation fix
[wxWidgets.git] / src / generic / wizard.cpp
index fbc3fc7d5befd99d6f8be319edbd8944e8ff924f..6187785c05493539c4683d8c30a032c2418952f8 100644 (file)
@@ -9,7 +9,7 @@
 // Created:     15.08.99
 // RCS-ID:      $Id$
 // Copyright:   (c) 1999 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 // ============================================================================
 
 #include "wx/wizard.h"
 
-// ----------------------------------------------------------------------------
-// simple types
-// ----------------------------------------------------------------------------
-
-WX_DEFINE_ARRAY(wxPanel *, wxArrayPages);
-
 // ----------------------------------------------------------------------------
 // event tables and such
 // ----------------------------------------------------------------------------