]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cmdline.h
fix to make 'wxAtomicInt i = 0;' work with generic implementation and gcc
[wxWidgets.git] / include / wx / cmdline.h
index c9dd72b9d2d214460fc3e85268aff514a43fac5a..fc5726d1da960f1eca937aa537b03f85fc3f2187 100644 (file)
@@ -64,8 +64,8 @@ enum wxCmdLineEntryType
 struct wxCmdLineEntryDesc
 {
     wxCmdLineEntryType kind;
-    const char *shortName;
-    const char *longName;
+    wxString shortName;
+    wxString longName;
     wxString description;
     wxCmdLineParamType type;
     int flags;