summaryrefslogtreecommitdiff
path: root/TAO/examples/Persistent_Grid/Grid_Client_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Persistent_Grid/Grid_Client_i.cpp')
-rw-r--r--TAO/examples/Persistent_Grid/Grid_Client_i.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/examples/Persistent_Grid/Grid_Client_i.cpp b/TAO/examples/Persistent_Grid/Grid_Client_i.cpp
index ab94a8760c1..58aefca32f3 100644
--- a/TAO/examples/Persistent_Grid/Grid_Client_i.cpp
+++ b/TAO/examples/Persistent_Grid/Grid_Client_i.cpp
@@ -29,7 +29,7 @@ Grid_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, "df:nk:xw:h:v:");
+ ACE_Get_Arg_Opt<char> get_opts (argc, argv, "df:nk:xw:h:v:");
int c = 0;
while ((c = get_opts ()) != -1)