aboutsummaryrefslogtreecommitdiff
path: root/xml/qname
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-08-31 12:57:01 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-08-31 12:57:01 +0200
commit77bc33bcdf611d0f5c703d3d8e20d6f5aff8814c (patch)
tree242909f8eaba11d2ff34b5cc6ccacc27fc34846b /xml/qname
parent26aadd17ab7cf9b093b64ffc696d317b127e181d (diff)
Add build2-based build system
Diffstat (limited to 'xml/qname')
-rw-r--r--xml/qname3
1 files changed, 1 insertions, 2 deletions
diff --git a/xml/qname b/xml/qname
index 85d6424..95d402b 100644
--- a/xml/qname
+++ b/xml/qname
@@ -77,8 +77,7 @@ namespace xml
// Print the string representation ([<namespace>#]<name>).
//
- LIBSTUDXML_EXPORT
- std::ostream&
+ LIBSTUDXML_EXPORT std::ostream&
operator<< (std::ostream&, const qname&);
}