summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/TAO_IDL/driver/drv_preproc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/driver/drv_preproc.cpp b/TAO/TAO_IDL/driver/drv_preproc.cpp
index 6c699eda03d..bc720f124c2 100644
--- a/TAO/TAO_IDL/driver/drv_preproc.cpp
+++ b/TAO/TAO_IDL/driver/drv_preproc.cpp
@@ -935,7 +935,7 @@ namespace
ACE_CString fixed_name ("tao/");
fixed_name += incl_file;
- idl_global->add_to_included_idl_files (fixed_name.rep ());
+ idl_global->add_to_included_idl_files (fixed_name.c_str ());
}
else
{