summaryrefslogtreecommitdiff
path: root/ace/OS.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/OS.h')
-rw-r--r--ace/OS.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/OS.h b/ace/OS.h
index cecdc85b4c9..7a3ecf768a1 100644
--- a/ace/OS.h
+++ b/ace/OS.h
@@ -4559,7 +4559,7 @@ public:
ACE_TCHAR *&buf,
int substitute_env_args = 1);
static int string_to_argv (ACE_TCHAR *buf,
- size_t &argc,
+ int &argc,
ACE_TCHAR **&argv,
int substitute_env_args = 1);
static long sysconf (int);