summaryrefslogtreecommitdiff
path: root/ace/ARGV.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/ARGV.h')
-rw-r--r--ace/ARGV.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/ARGV.h b/ace/ARGV.h
index f7b1a854f52..ccb07015f42 100644
--- a/ace/ARGV.h
+++ b/ace/ARGV.h
@@ -97,7 +97,7 @@ private:
int create_buf_from_queue (void);
// Creates buf_ from the queue, deletes previous buf_.
- void string_to_array (void);
+ int string_to_argv (void);
// Converts buf_ into the ASYS_TCHAR *argv[] format.
int substitute_env_args_;