diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2008-09-29 08:47:19 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2008-09-29 08:47:19 +0000 |
commit | 22b0480a0cfd5001a963b529013935d62b782a87 (patch) | |
tree | 914d79aa82b8541a18f4d1650ab1b2da4cbec7e4 /TAO/tests/Bug_2844_Regression | |
parent | 7ed545a239f1899e00096813a01450c31c602bae (diff) | |
download | ATCD-22b0480a0cfd5001a963b529013935d62b782a87.tar.gz |
Diffstat (limited to 'TAO/tests/Bug_2844_Regression')
-rw-r--r-- | TAO/tests/Bug_2844_Regression/client.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/tests/Bug_2844_Regression/client.cpp b/TAO/tests/Bug_2844_Regression/client.cpp index abcb382e560..f89dd4ed4a1 100644 --- a/TAO/tests/Bug_2844_Regression/client.cpp +++ b/TAO/tests/Bug_2844_Regression/client.cpp @@ -14,8 +14,7 @@ ACE_RCSID (Recursive, client, "$Id$") - -const ACE_TCHAR ior = ACE_TEXT("file://test.ior"); +const ACE_TCHAR *ior = ACE_TEXT("file://test.ior"); int parse_args (int argc, ACE_TCHAR *argv[]) |