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.cxx12
1 files changed, 12 insertions, 0 deletions
diff --git a/odb/semantics/class.cxx b/odb/semantics/class.cxx
index b408d05..b4a42d1 100644
--- a/odb/semantics/class.cxx
+++ b/odb/semantics/class.cxx
@@ -8,6 +8,18 @@
namespace semantics
{
+ inherits::
+ inherits (access_type access, bool virt)
+ : virt_ (virt), access_ (access)
+ {
+ }
+
+ class_::
+ class_ (path const& file, size_t line, size_t column, tree tn)
+ : node (file, line, column), type (tn)
+ {
+ }
+
// type info
//
namespace