From 6428c10c3ba9b1820e62540b6598a09b64e7042e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 15 Jun 2015 13:22:36 +0200 Subject: Support for inverse on points_to --- odb/processor.cxx | 6 +++--- 1 file 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); -- cgit v1.1