From de2acaa079cbf6bcb1db8fecd956789360d9dd5c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 15 Nov 2010 12:34:44 +0200 Subject: Maintain GCC tree node for all semantic graph nodes --- odb/semantics/class-template.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odb/semantics/class-template.hxx') diff --git a/odb/semantics/class-template.hxx b/odb/semantics/class-template.hxx index 699b617..33f148d 100644 --- a/odb/semantics/class-template.hxx +++ b/odb/semantics/class-template.hxx @@ -33,7 +33,7 @@ namespace semantics } public: - class_template (path const&, size_t line, size_t column); + class_template (path const&, size_t line, size_t column, tree); void add_edge_left (inherits& e) -- cgit v1.1