From 72fb12ff3dabeaccf66b838f2919701d38dc60df Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 29 Apr 2012 15:56:40 +0200 Subject: Cosmetic change --- odb/relational/header.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/odb/relational/header.hxx b/odb/relational/header.hxx index 9d8dcba..a1af1f6 100644 --- a/odb/relational/header.hxx +++ b/odb/relational/header.hxx @@ -1280,7 +1280,7 @@ namespace relational << " query_base_type," << endl << " query_columns<" << endl << " " << type << "," << endl - << " access::object_traits< " << type << "> >" + << " access::object_traits< " << type << " > >" << "{" << "query_type ();" << "query_type (bool);" -- cgit v1.1