summaryrefslogtreecommitdiff
path: root/odb/semantics/enum.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/semantics/enum.cxx')
-rw-r--r--odb/semantics/enum.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/odb/semantics/enum.cxx b/odb/semantics/enum.cxx
index 9d28c1d..fce67f8 100644
--- a/odb/semantics/enum.cxx
+++ b/odb/semantics/enum.cxx
@@ -14,14 +14,14 @@ namespace semantics
}
enumerator::
- enumerator (path const& file, size_t line, size_t column)
- : node (file, line, column)
+ enumerator (path const& file, size_t line, size_t column, tree tn)
+ : node (file, line, column, tn)
{
}
enum_::
enum_ (path const& file, size_t line, size_t column, tree tn)
- : node (file, line, column), type (tn)
+ : node (file, line, column, tn)
{
}