summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/orbsvcs/orbsvcs/Trader/Trading_Loader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Trader/Trading_Loader.cpp b/TAO/orbsvcs/orbsvcs/Trader/Trading_Loader.cpp
index 6e3bd4780d3..32d2676a033 100644
--- a/TAO/orbsvcs/orbsvcs/Trader/Trading_Loader.cpp
+++ b/TAO/orbsvcs/orbsvcs/Trader/Trading_Loader.cpp
@@ -87,7 +87,7 @@ TAO_Trading_Loader::init (int argc, ACE_TCHAR *argv[])
// Initialize the ORB Manager
this->orb_manager_.init (command_line.get_argc(),
- command_line.get_ASCII_argv());
+ command_line.get_TCHAR_argv());
CORBA::ORB_var orb =
this->orb_manager_.orb ();