aboutsummaryrefslogtreecommitdiff
path: root/xsd-frontend/semantic-graph/elements.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xsd-frontend/semantic-graph/elements.cxx')
-rw-r--r--xsd-frontend/semantic-graph/elements.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xsd-frontend/semantic-graph/elements.cxx b/xsd-frontend/semantic-graph/elements.cxx
index 28cfe4d..d99bb37 100644
--- a/xsd-frontend/semantic-graph/elements.cxx
+++ b/xsd-frontend/semantic-graph/elements.cxx
@@ -296,5 +296,5 @@ namespace XSDFrontend
std::wostream&
operator<< (std::wostream& os, XSDFrontend::SemanticGraph::Path const& path)
{
- return os << path.native_file_string ().c_str ();
+ return os << path.string ().c_str ();
}