summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-10-06 15:10:57 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-10-06 15:10:57 +0000
commit154212b5853804399cf84539ecb629669b0c06d9 (patch)
treee031ce7e98eb21b1da22b1992313976dbf3cc8ac
parent6ad1dafcd1ef2fcf5e4b2dd7a27e17541fd30f66 (diff)
downloadATCD-154212b5853804399cf84539ecb629669b0c06d9.tar.gz
-rw-r--r--TAO/tests/NestedUpcall/MT_Client_Test/client.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/tests/NestedUpcall/MT_Client_Test/client.cpp b/TAO/tests/NestedUpcall/MT_Client_Test/client.cpp
index e9c7531dde4..80ed7e05974 100644
--- a/TAO/tests/NestedUpcall/MT_Client_Test/client.cpp
+++ b/TAO/tests/NestedUpcall/MT_Client_Test/client.cpp
@@ -191,11 +191,10 @@ MT_Client::init (int argc, ACE_TCHAR **argv,
// Make a copy of argv since ORB_init will change it.
this->argc_ = argc;
- this->argv_ = new char *[argc];
+ this->argv_ = new ACE_TCHAR *[argc];
for (int i = 0; i < argc; i++)
this->argv_[i] = argv[i];
-
this->client_number_ = client_number;
try