summaryrefslogtreecommitdiff
path: root/odb/semantics/union.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/semantics/union.hxx')
-rw-r--r--odb/semantics/union.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/odb/semantics/union.hxx b/odb/semantics/union.hxx
index 2873d97..e4b93a9 100644
--- a/odb/semantics/union.hxx
+++ b/odb/semantics/union.hxx
@@ -13,8 +13,8 @@ namespace semantics
class union_: public virtual type, public scope
{
public:
- union_ (path const& file, size_t line, size_t column)
- : node (file, line, column)
+ union_ (path const& file, size_t line, size_t column, tree tn)
+ : node (file, line, column), type (tn)
{
}