summaryrefslogtreecommitdiff
path: root/odb/semantics/union-template.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/semantics/union-template.cxx')
-rw-r--r--odb/semantics/union-template.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/odb/semantics/union-template.cxx b/odb/semantics/union-template.cxx
index c0ab198..ae95c60 100644
--- a/odb/semantics/union-template.cxx
+++ b/odb/semantics/union-template.cxx
@@ -9,8 +9,8 @@
namespace semantics
{
union_template::
- union_template (path const& file, size_t line, size_t column)
- : node (file, line, column)
+ union_template (path const& file, size_t line, size_t column, tree tn)
+ : node (file, line, column, tn)
{
}
@@ -19,7 +19,7 @@ namespace semantics
size_t line,
size_t column,
tree tn)
- : node (file, line, column), type (tn)
+ : node (file, line, column, tn)
{
}