summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/IFR_Service/be_init.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/IFR_Service/be_init.cpp')
-rw-r--r--TAO/orbsvcs/IFR_Service/be_init.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/IFR_Service/be_init.cpp b/TAO/orbsvcs/IFR_Service/be_init.cpp
index 6a57d0af586..8ea3a129040 100644
--- a/TAO/orbsvcs/IFR_Service/be_init.cpp
+++ b/TAO/orbsvcs/IFR_Service/be_init.cpp
@@ -27,7 +27,7 @@ BE_save_orb_args (int &argc, char *argv[])
// No-copy constructor.
ACE_CString tmp (argv[i + 1],
0,
- 0);
+ false);
// If the arg ends with either .idl or .pidl, we're done.