]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cmdline.h
switched to wxEventLoopBase/wxEventLoop implementation (instead of m_impl based one...
[wxWidgets.git] / include / wx / cmdline.h
index 1ddf44650701ea5bac50b70c8b42d24af85017e0..66beea5a44e99860db9bef5cdec33b7f76fc74db 100644 (file)
@@ -7,7 +7,7 @@
 // Created:     04.01.00
 // RCS-ID:      $Id$
 // Copyright:   (c) 2000 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_CMDLINE_H_
 
 #include "wx/defs.h"
 
-#if wxUSE_CMDLINE_PARSER
-
 #include "wx/string.h"
 #include "wx/arrstr.h"
 
+#if wxUSE_CMDLINE_PARSER
+
 class WXDLLIMPEXP_BASE wxDateTime;
 
 // ----------------------------------------------------------------------------