From 51e16fbcbc5b70f3b3d6709bb8c49b5afb499c3c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 6 Sep 2009 09:00:20 +0200 Subject: Call proper base constructors from cli_unit --- cli/semantics/unit.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/semantics/unit.hxx') diff --git a/cli/semantics/unit.hxx b/cli/semantics/unit.hxx index 01bb195..c15d172 100644 --- a/cli/semantics/unit.hxx +++ b/cli/semantics/unit.hxx @@ -156,7 +156,7 @@ namespace semantics public: cli_unit (path const& file) - : namespace_ (file, 1, 1) + : node (file, 1, 1) { // Use a special edge to get this->name() return the global // namespace name (""). -- cgit v1.1