summaryrefslogtreecommitdiff
path: root/odb/semantics/class.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/semantics/class.hxx')
-rw-r--r--odb/semantics/class.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/odb/semantics/class.hxx b/odb/semantics/class.hxx
index bbe4687..348fbdf 100644
--- a/odb/semantics/class.hxx
+++ b/odb/semantics/class.hxx
@@ -91,8 +91,8 @@ namespace semantics
}
public:
- class_ (path const& file, size_t line, size_t column)
- : node (file, line, column)
+ class_ (path const& file, size_t line, size_t column, tree tn)
+ : node (file, line, column), type (tn)
{
}