summaryrefslogtreecommitdiff
path: root/TAO/examples/Logging/Logging_Test_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Logging/Logging_Test_i.cpp')
-rw-r--r--TAO/examples/Logging/Logging_Test_i.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/examples/Logging/Logging_Test_i.cpp b/TAO/examples/Logging/Logging_Test_i.cpp
index f82bba200c4..8b9b8780683 100644
--- a/TAO/examples/Logging/Logging_Test_i.cpp
+++ b/TAO/examples/Logging/Logging_Test_i.cpp
@@ -297,7 +297,7 @@ Logger_Client::run (void)
int
Logger_Client::parse_args (void)
{
- ACE_Get_Opt get_opts (argc_, argv_, "d");
+ ACE_Get_Arg_Opt<char> get_opts (argc_, argv_, "d");
int c;
while ((c = get_opts ()) != -1)