summaryrefslogtreecommitdiff
path: root/TAO/examples/Persistent_Grid/Persistent_Client_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Persistent_Grid/Persistent_Client_i.cpp')
-rw-r--r--TAO/examples/Persistent_Grid/Persistent_Client_i.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/examples/Persistent_Grid/Persistent_Client_i.cpp b/TAO/examples/Persistent_Grid/Persistent_Client_i.cpp
index b3b5b0dfd7e..f1ede7ccb23 100644
--- a/TAO/examples/Persistent_Grid/Persistent_Client_i.cpp
+++ b/TAO/examples/Persistent_Grid/Persistent_Client_i.cpp
@@ -24,7 +24,7 @@ Persistent_Client_i::parse_args (int argc,
char *argv[])
{
// Parses some of the options that are specific to this example
- ACE_Get_Opt get_opts (argc, argv, "dk:f:xw:h:r");
+ ACE_Get_Arg_Opt<char> get_opts (argc, argv, "dk:f:xw:h:r");
int c = 0;
while ((c = get_opts ()) != -1)