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.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'odb/semantics/union.hxx') 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) { } -- cgit v1.1