summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--odb/relational/common.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/odb/relational/common.hxx b/odb/relational/common.hxx
index 6d8ef1a..eed2234 100644
--- a/odb/relational/common.hxx
+++ b/odb/relational/common.hxx
@@ -272,6 +272,12 @@ namespace relational
return *x_;
}
+ B*
+ get () const
+ {
+ return x_;
+ }
+
private:
instance& operator= (instance const&);