summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/util/utl_global.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/util/utl_global.cpp')
-rw-r--r--TAO/TAO_IDL/util/utl_global.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/util/utl_global.cpp b/TAO/TAO_IDL/util/utl_global.cpp
index 336c9f1f4aa..5ff1ce7fcad 100644
--- a/TAO/TAO_IDL/util/utl_global.cpp
+++ b/TAO/TAO_IDL/util/utl_global.cpp
@@ -706,7 +706,7 @@ IDL_GlobalData::validate_included_idl_files (void)
pre_partial += separator;
pre_partial += pre_preproc_includes[j];
(void) FULLPATH (pre_abspath,
- pre_partial.fast_rep (),
+ ACE_const_cast (char *, pre_partial.c_str ()),
MAXPATHLEN);
if (pre_abspath != 0)