summaryrefslogtreecommitdiff
path: root/odb/semantics/class.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/semantics/class.cxx')
-rw-r--r--odb/semantics/class.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/semantics/class.cxx b/odb/semantics/class.cxx
index c1f494a..47cf438 100644
--- a/odb/semantics/class.cxx
+++ b/odb/semantics/class.cxx
@@ -16,7 +16,7 @@ namespace semantics
class_::
class_ (path const& file, size_t line, size_t column, tree tn)
- : node (file, line, column), type (tn)
+ : node (file, line, column, tn)
{
}