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/enum.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'odb/semantics/enum.hxx') diff --git a/odb/semantics/enum.hxx b/odb/semantics/enum.hxx index e628ad9..5ef369c 100644 --- a/odb/semantics/enum.hxx +++ b/odb/semantics/enum.hxx @@ -114,8 +114,8 @@ namespace semantics } public: - enum_ (path const& file, size_t line, size_t column) - : node (file, line, column) + enum_ (path const& file, size_t line, size_t column, tree tn) + : node (file, line, column), type (tn) { } -- cgit v1.1