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/class-template.hxx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'odb/semantics/class-template.hxx') diff --git a/odb/semantics/class-template.hxx b/odb/semantics/class-template.hxx index 6443a19..68a6151 100644 --- a/odb/semantics/class-template.hxx +++ b/odb/semantics/class-template.hxx @@ -63,8 +63,11 @@ namespace semantics class class_instantiation: public class_, public type_instantiation { public: - class_instantiation (path const& file, size_t line, size_t column) - : node (file, line, column) + class_instantiation (path const& file, + size_t line, + size_t column, + tree tn) + : node (file, line, column), type (tn) { } -- cgit v1.1