summaryrefslogtreecommitdiff
path: root/CIAO/tools/XML/XML_Schema_Resolver.tpp
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/tools/XML/XML_Schema_Resolver.tpp')
-rw-r--r--CIAO/tools/XML/XML_Schema_Resolver.tpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/CIAO/tools/XML/XML_Schema_Resolver.tpp b/CIAO/tools/XML/XML_Schema_Resolver.tpp
index 13ff6915e6b..22039e01f14 100644
--- a/CIAO/tools/XML/XML_Schema_Resolver.tpp
+++ b/CIAO/tools/XML/XML_Schema_Resolver.tpp
@@ -40,7 +40,7 @@ namespace CIAO
return 0;
// Ownership of these objects is given to other people.
- return /*new Wrapper4InputSource*/ (new LocalFileInputSource (path));
+ return /*new Wrapper4InputSource*/ (new LocalFileInputSource (path.begin ()));
}
}
}