summaryrefslogtreecommitdiff
path: root/Kokyu/tests/FIFO/test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Kokyu/tests/FIFO/test.cpp')
-rw-r--r--Kokyu/tests/FIFO/test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kokyu/tests/FIFO/test.cpp b/Kokyu/tests/FIFO/test.cpp
index 80be0f4c779..fcda380ded6 100644
--- a/Kokyu/tests/FIFO/test.cpp
+++ b/Kokyu/tests/FIFO/test.cpp
@@ -142,7 +142,7 @@ int ACE_TMAIN (int argc, ACE_TCHAR** argv)
int parse_args (int argc, ACE_TCHAR *argv[])
{
- ACE_Get_Arg_Opt get_opts (argc, argv, ACE_TEXT("p:"));
+ ACE_Get_Opt get_opts (argc, argv, ACE_TEXT("p:"));
int c;
while ((c = get_opts ()) != -1)