summaryrefslogtreecommitdiff
path: root/odb/semantics/relational/table.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/semantics/relational/table.hxx')
-rw-r--r--odb/semantics/relational/table.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/odb/semantics/relational/table.hxx b/odb/semantics/relational/table.hxx
index d499ccc..49476bb 100644
--- a/odb/semantics/relational/table.hxx
+++ b/odb/semantics/relational/table.hxx
@@ -13,6 +13,11 @@ namespace semantics
{
class table: public qnameable, public uscope
{
+ public:
+ // Resolve ambiguity.
+ //
+ using qnameable::scope;
+
protected:
table (string const& id)
: qnameable (id)