From 89c06fb9ce3470c7a1b55cc906f2165791917957 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 20 Jan 2012 10:28:24 +0200 Subject: Remove unnecessary qualification --- odb/relational/pgsql/source.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odb/relational/pgsql') diff --git a/odb/relational/pgsql/source.cxx b/odb/relational/pgsql/source.cxx index 7469047..e5bbe5e 100644 --- a/odb/relational/pgsql/source.cxx +++ b/odb/relational/pgsql/source.cxx @@ -108,7 +108,7 @@ namespace relational virtual bool traverse_column (semantics::data_member& m, - std::string const&, + string const&, bool first) { // Ignore certain columns depending on what kind statement we are -- cgit v1.1