aboutsummaryrefslogtreecommitdiff
path: root/odb/context.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/context.hxx')
-rw-r--r--odb/context.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/odb/context.hxx b/odb/context.hxx
index 57e50a7..3b283ee 100644
--- a/odb/context.hxx
+++ b/odb/context.hxx
@@ -296,7 +296,8 @@ struct member_access
//
std::string
translate (std::string const& obj,
- std::string const& val = std::string ()) const;
+ std::string const& val = std::string (),
+ std::string const& db = std::string ()) const;
location loc;
const char* kind; // accessor/modifier; used for diagnostics.