summaryrefslogtreecommitdiff
path: root/libxsd/xsd/cxx/tree/stream-insertion.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libxsd/xsd/cxx/tree/stream-insertion.hxx')
-rw-r--r--libxsd/xsd/cxx/tree/stream-insertion.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/libxsd/xsd/cxx/tree/stream-insertion.hxx b/libxsd/xsd/cxx/tree/stream-insertion.hxx
index cfec1d9..c345e80 100644
--- a/libxsd/xsd/cxx/tree/stream-insertion.hxx
+++ b/libxsd/xsd/cxx/tree/stream-insertion.hxx
@@ -177,9 +177,9 @@ namespace xsd
// idref
//
- template <typename S, typename T, typename C, typename B>
+ template <typename S, typename C, typename B, typename T>
inline ostream<S>&
- operator<< (ostream<S>& s, const idref<T, C, B>& x)
+ operator<< (ostream<S>& s, const idref<C, B, T>& x)
{
const B& r (x);
return s << r;