diff --git a/src/rcldb/rcldoc.h b/src/rcldb/rcldoc.h index b1df3c3c..fcde6dd2 100644 --- a/src/rcldb/rcldoc.h +++ b/src/rcldb/rcldoc.h @@ -158,6 +158,7 @@ class Doc { return false; } } + /** Nocopy getvalue. sets pointer to entry value if exists */ bool peekmeta(const string& nm, const string **value = 0) const { map::const_iterator it = meta.find(nm);