blob: 767a373bde6b5006d8d238312d07a833c06c0678 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-libxsd-frontend-1.15.0_xsd-frontend_semantic-graph_elements.cxx,v 1.1 2013/03/24 16:58:28 joerg Exp $
--- libxsd-frontend-1.15.0/xsd-frontend/semantic-graph/elements.cxx.orig 2013-03-23 19:39:54.000000000 +0000
+++ libxsd-frontend-1.15.0/xsd-frontend/semantic-graph/elements.cxx
@@ -324,6 +324,6 @@ namespace XSDFrontend
std::wostream&
operator<< (std::wostream& os, XSDFrontend::SemanticGraph::Path const& path)
{
- return os << path.native_file_string ().c_str ();
+ return os << path.c_str ();
}
|