summaryrefslogtreecommitdiff
path: root/odb/semantics/class-template.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/semantics/class-template.hxx')
-rw-r--r--odb/semantics/class-template.hxx7
1 files changed, 5 insertions, 2 deletions
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)
{
}