From 16692f69f3ce5e533c835b553bd00e149191fd9c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 29 Mar 2010 11:40:32 +0200 Subject: Assign tree nodes to graph type nodes --- odb/semantics/union-template.hxx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'odb/semantics/union-template.hxx') diff --git a/odb/semantics/union-template.hxx b/odb/semantics/union-template.hxx index 1aaadb7..8e74e6e 100644 --- a/odb/semantics/union-template.hxx +++ b/odb/semantics/union-template.hxx @@ -28,8 +28,11 @@ namespace semantics class union_instantiation: public union_, public type_instantiation { public: - union_instantiation (path const& file, size_t line, size_t column) - : node (file, line, column) + union_instantiation (path const& file, + size_t line, + size_t column, + tree tn) + : node (file, line, column), type (tn) { } -- cgit v1.1