aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--odb/relational/pgsql/common.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/odb/relational/pgsql/common.cxx b/odb/relational/pgsql/common.cxx
index facdb0f..26f4b12 100644
--- a/odb/relational/pgsql/common.cxx
+++ b/odb/relational/pgsql/common.cxx
@@ -297,8 +297,8 @@ namespace relational
member_database_type_id::
member_database_type_id (semantics::type* type,
- string const& fq_type,
- string const& key_prefix)
+ string const& fq_type,
+ string const& key_prefix)
: relational::member_base (type, fq_type, key_prefix)
{
}