aboutsummaryrefslogtreecommitdiff
path: root/odb/relational/source.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/relational/source.hxx')
-rw-r--r--odb/relational/source.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/odb/relational/source.hxx b/odb/relational/source.hxx
index ed5f0e3..610c545 100644
--- a/odb/relational/source.hxx
+++ b/odb/relational/source.hxx
@@ -3294,7 +3294,7 @@ namespace relational
typedef class_ base;
class_ ()
- : query_columns_type_ (false, false),
+ : query_columns_type_ (false, false, false),
view_query_columns_type_ (false),
grow_base_ (index_),
grow_member_ (index_),
@@ -3318,7 +3318,7 @@ namespace relational
class_ (class_ const&)
: root_context (), //@@ -Wextra
context (),
- query_columns_type_ (false, false),
+ query_columns_type_ (false, false, false),
view_query_columns_type_ (false),
grow_base_ (index_),
grow_member_ (index_),