summaryrefslogtreecommitdiff
path: root/odb/semantics
diff options
context:
space:
mode:
Diffstat (limited to 'odb/semantics')
-rw-r--r--odb/semantics/enum.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/odb/semantics/enum.hxx b/odb/semantics/enum.hxx
index 30e121e..dbc5790 100644
--- a/odb/semantics/enum.hxx
+++ b/odb/semantics/enum.hxx
@@ -54,7 +54,7 @@ namespace semantics
//
//
- class enumerator: public instance
+ class enumerator: public nameable, public instance
{
public:
typedef semantics::enum_ enum_type;
@@ -80,7 +80,7 @@ namespace semantics
enumerated_ = &e;
}
- using instance::add_edge_right;
+ using nameable::add_edge_right;
private:
enumerates* enumerated_;