summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Event/Performance/Throughput.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Event/Performance/Throughput.cpp')
-rw-r--r--TAO/orbsvcs/tests/Event/Performance/Throughput.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/tests/Event/Performance/Throughput.cpp b/TAO/orbsvcs/tests/Event/Performance/Throughput.cpp
index 045c106dc51..29734c4722c 100644
--- a/TAO/orbsvcs/tests/Event/Performance/Throughput.cpp
+++ b/TAO/orbsvcs/tests/Event/Performance/Throughput.cpp
@@ -29,7 +29,7 @@ EC_Throughput::EC_Throughput (void)
int
EC_Throughput::parse_args (int& argc, ACE_TCHAR* argv[])
{
- if (this->EC_Driver::parse_args (argc, argv) != 0)
+ if (this->EC_Driver::parse_args (convert.get_argc(), convert.get_ASCII_argv()) != 0)
return -1;
return 0;
}