summaryrefslogtreecommitdiff
path: root/odb/common.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/common.hxx')
-rw-r--r--odb/common.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/odb/common.hxx b/odb/common.hxx
index b3a71ce..277c0e3 100644
--- a/odb/common.hxx
+++ b/odb/common.hxx
@@ -189,6 +189,9 @@ struct object_columns_base: traversal::class_, virtual context
virtual void
traverse_pointer (semantics::data_member&, semantics::class_&);
+ virtual void
+ traverse_points_to (semantics::data_member&, semantics::class_&);
+
// If you override this function, you can call the base to traverse
// bases and members. The first argument is the data member and can
// be NULL if we are traversing the root type or a base. The second