]> git.saurik.com Git - wxWidgets.git/commitdiff
Array of strings is needed regardless of wxUSE_CMDLINE_PARSER.
authorWłodzimierz Skiba <abx@abx.art.pl>
Mon, 21 Jun 2004 10:35:38 +0000 (10:35 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Mon, 21 Jun 2004 10:35:38 +0000 (10:35 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27923 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/cmdline.h

index a6d7a0fa41137dbaa61dbc9654745f5f0f72aa0b..66beea5a44e99860db9bef5cdec33b7f76fc74db 100644 (file)
 
 #include "wx/defs.h"
 
-#if wxUSE_CMDLINE_PARSER
-
 #include "wx/string.h"
 #include "wx/arrstr.h"
 
+#if wxUSE_CMDLINE_PARSER
+
 class WXDLLIMPEXP_BASE wxDateTime;
 
 // ----------------------------------------------------------------------------