src/core/object-base.h
changeset 2966 0116649f03f8
parent 2965 4b28e9740e3b
child 3182 61fe7fe81ebd
--- a/src/core/object-base.h	Thu Apr 17 13:42:25 2008 -0700
+++ b/src/core/object-base.h	Thu Apr 17 14:13:27 2008 -0700
@@ -83,6 +83,7 @@
   bool SetAttributeFailSafe (std::string name, const AttributeValue &value);
   /**
    * \param name the name of the attribute to read
+   * \param value a reference to the value where the result should be stored.
    * \returns the attribute read.
    *
    * If the input attribute name does not exist, this method crashes.