]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/cmdline.h
fix docs for wxInputStream::GetC(); fixes #4461
[wxWidgets.git] / interface / wx / cmdline.h
index 6dd779f8ce95752a8f7b5e863e31020b11d3ce8f..69bf1d439d91ab687a9bc0b8944277f0af109c7a 100644 (file)
@@ -60,7 +60,7 @@ enum wxCmdLineEntryType
 };
 
 /**
-    Flags determining ConvertStringToArgs() behaviour.
+    Flags determining wxCmdLineParser::ConvertStringToArgs() behaviour.
  */
 enum wxCmdLineSplitType
 {
@@ -322,7 +322,7 @@ public:
         backslash can be used to escape all the other special characters.
     */
     static wxArrayString
-    ConvertStringToArgs(const wxChar cmdline,
+    ConvertStringToArgs(const wxString& cmdline,
                         wxCmdLineSplitType flags = wxCMD_LINE_SPLIT_DOS);
 
     /**