summaryrefslogtreecommitdiff
path: root/odb/common.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/common.hxx')
-rw-r--r--odb/common.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/odb/common.hxx b/odb/common.hxx
index 96b0935..679e25c 100644
--- a/odb/common.hxx
+++ b/odb/common.hxx
@@ -98,6 +98,9 @@ protected:
table_prefix table_prefix_;
std::string member_prefix_;
+ data_member_path member_path_;
+ data_member_scope member_scope_;
+
private:
void
init (bool build_flat_prefix,
@@ -213,6 +216,9 @@ public:
protected:
string column_prefix_;
+ data_member_path member_path_;
+ data_member_scope member_scope_;
+
private:
void
init ()