summaryrefslogtreecommitdiff
path: root/odb/context.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/context.cxx')
-rw-r--r--odb/context.cxx9
1 files changed, 9 insertions, 0 deletions
diff --git a/odb/context.cxx b/odb/context.cxx
index 56b9ab0..03f0308 100644
--- a/odb/context.cxx
+++ b/odb/context.cxx
@@ -971,6 +971,15 @@ namespace
"value");
}
+ virtual void
+ traverse_object (semantics::class_& c)
+ {
+ if ((flags_ & context::exclude_base) == 0)
+ inherits (c);
+
+ names (c);
+ }
+
private:
bool r_;
unsigned short flags_;