From 739735c08bb30957be78506bc4cf0d6c5f01745d Mon Sep 17 00:00:00 2001 From: Michal 'vorner' Vaner Date: Fri, 15 Mar 2013 09:48:08 +0100 Subject: [1835] (unrelated) docs: Clarify what happens if key missing --- src/lib/cc/data.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/cc/data.h') diff --git a/src/lib/cc/data.h b/src/lib/cc/data.h index 74e5c123be..d0e0d03601 100644 --- a/src/lib/cc/data.h +++ b/src/lib/cc/data.h @@ -216,7 +216,7 @@ public: //@{ /// Returns the ElementPtr at the given key /// \param name The key of the Element to return - /// \return The ElementPtr at the given key + /// \return The ElementPtr at the given key, or null if not present virtual ConstElementPtr get(const std::string& name) const; /// Sets the ElementPtr at the given key -- cgit v1.2.3