summaryrefslogtreecommitdiff
path: root/xsd/cxx/parser/print-impl-common.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xsd/cxx/parser/print-impl-common.hxx')
-rw-r--r--xsd/cxx/parser/print-impl-common.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xsd/cxx/parser/print-impl-common.hxx b/xsd/cxx/parser/print-impl-common.hxx
index db26ea8..ab38ea4 100644
--- a/xsd/cxx/parser/print-impl-common.hxx
+++ b/xsd/cxx/parser/print-impl-common.hxx
@@ -605,7 +605,7 @@ namespace CXX
void
gen_buffer (SemanticGraph::Type& t)
{
- String type (L"::std::auto_ptr< " + xs_ns_name () + L"::buffer >");
+ String type (auto_ptr + L"< " + xs_ns_name () + L"::buffer >");
if (default_type (t, type))
{