summaryrefslogtreecommitdiff
path: root/src/core/common/Argument.hpp
diff options
context:
space:
mode:
authorBenjamin Paassen <bpaassen@techfak.uni-bielefeld.de>2015-01-14 00:15:43 +0100
committerBenjamin Paassen <bpaassen@techfak.uni-bielefeld.de>2015-01-14 00:15:43 +0100
commitc9c808971341c139d654c0e3eea3a461e700388a (patch)
tree7ec64bc4635787e9d76b72794f57e3602ed7838b /src/core/common/Argument.hpp
parentc79a672f8f3326907b522802e4d6750418a7572a (diff)
parent04e64790c24f3665bdc7d0720d23079551565ba2 (diff)
merge.
Diffstat (limited to 'src/core/common/Argument.hpp')
-rw-r--r--src/core/common/Argument.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/common/Argument.hpp b/src/core/common/Argument.hpp
index 23078b2..78f7ec1 100644
--- a/src/core/common/Argument.hpp
+++ b/src/core/common/Argument.hpp
@@ -242,6 +242,8 @@ public:
* case the arguments are given as a map.
* @param type is the RttiType of acceptable objects. All objects where the
* "isa" function returns true for the given type are be accepted.
+ * @param defaultValue must be set to nullptr. Default object instances
+ * cannot be stored.
* @return a new Argument instance.
*/
static Argument Object(std::string name, const RttiType &type,