aboutsummaryrefslogtreecommitdiff
path: root/odb
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-06-15 13:22:36 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-06-15 13:22:36 +0200
commit6428c10c3ba9b1820e62540b6598a09b64e7042e (patch)
tree756fc3bea613a6b3c1c6c129175d3e240ae7160a /odb
parente78db08d98d5adb4dee3006eea8c3569e383c562 (diff)
Support for inverse on points_to
Diffstat (limited to 'odb')
-rw-r--r--odb/processor.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/odb/processor.cxx b/odb/processor.cxx
index 0bb8bc7..3446700 100644
--- a/odb/processor.cxx
+++ b/odb/processor.cxx
@@ -1303,9 +1303,9 @@ namespace
}
// @@ Would be good to check that the other end is actually
- // an object pointer and points to the correct object. But
- // the other class may not have been processed yet. Need to
- // do in validator, pass 2.
+ // an object pointer/points_to and points to the correct
+ // object. But the other class may not have been processed
+ // yet. Need to do in validator, pass 2.
//
m.remove ("inverse");
m.set (kp + (kp.empty () ? "": "-") + "inverse", &im);