aboutsummaryrefslogtreecommitdiff
path: root/odb/relational/inline.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-07-02 11:43:37 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-07-02 11:43:37 +0200
commit1d438c0c211d21e33f3eec833a307416000b32a2 (patch)
tree38789fbe5e0dcae6f61d6f7c41d55459ec6e35e7 /odb/relational/inline.hxx
parentc9531e4140c08dcb45f05698c5ff6d201f319e8f (diff)
C++ type mapping support for container elementsas
Diffstat (limited to 'odb/relational/inline.hxx')
-rw-r--r--odb/relational/inline.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/odb/relational/inline.hxx b/odb/relational/inline.hxx
index 2bed1da..090779f 100644
--- a/odb/relational/inline.hxx
+++ b/odb/relational/inline.hxx
@@ -22,9 +22,7 @@ namespace relational
typedef null_member base;
null_member (bool get)
- : member_base (string (), 0, string (), string ()), get_ (get)
- {
- }
+ : member_base (0, 0, string (), string ()), get_ (get) {}
protected:
bool get_;