aboutsummaryrefslogtreecommitdiff
path: root/xsde/cxx/hybrid/aggregate-include.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xsde/cxx/hybrid/aggregate-include.hxx')
-rw-r--r--xsde/cxx/hybrid/aggregate-include.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xsde/cxx/hybrid/aggregate-include.hxx b/xsde/cxx/hybrid/aggregate-include.hxx
index 5567244..03a5198 100644
--- a/xsde/cxx/hybrid/aggregate-include.hxx
+++ b/xsde/cxx/hybrid/aggregate-include.hxx
@@ -166,7 +166,7 @@ namespace CXX
path_str = path.native_file_string ();
}
- String inc_path (hxx_expr->merge (path_str));
+ String inc_path (hxx_expr->replace (path_str));
os << "#include " << process_include_path (inc_path) << endl
<< endl;
}