summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/InterfaceRepo/IDL3_Test
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-09-16 12:12:29 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-09-16 12:12:29 +0000
commitf1c5ba8bfcbc7b7361d428eb4e3f9f593569e6ff (patch)
tree48192b8f12e759fbdf0bb11e8d3af6793f6179b5 /TAO/orbsvcs/tests/InterfaceRepo/IDL3_Test
parente7d68d348c0369c0f3b3f566481e561907593e7d (diff)
downloadATCD-f1c5ba8bfcbc7b7361d428eb4e3f9f593569e6ff.tar.gz
Tue Sep 16 12:03:00 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/orbsvcs/tests/InterfaceRepo/IDL3_Test')
-rw-r--r--TAO/orbsvcs/tests/InterfaceRepo/IDL3_Test/idl3_client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/tests/InterfaceRepo/IDL3_Test/idl3_client.cpp b/TAO/orbsvcs/tests/InterfaceRepo/IDL3_Test/idl3_client.cpp
index ccb03231393..5e7e3b47923 100644
--- a/TAO/orbsvcs/tests/InterfaceRepo/IDL3_Test/idl3_client.cpp
+++ b/TAO/orbsvcs/tests/InterfaceRepo/IDL3_Test/idl3_client.cpp
@@ -330,7 +330,7 @@ int
IDL3_Client::parse_args (int argc,
char *argv[])
{
- ACE_Get_Opt opts (argc, argv, "d");
+ ACE_Get_Opt opts (argc, argv, ACE_TEXT("d"));
int c;
while ((c = opts ()) != -1)