From a4c22fa02f779c28109e4617ba64ffbd760abcea Mon Sep 17 00:00:00 2001 From: ljfa-ag Date: Wed, 22 Jul 2015 22:10:54 +0200 Subject: Change argument of list::set to value --- include/tag_list.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include') diff --git a/include/tag_list.h b/include/tag_list.h index f1f5e6dec1..f44f4ba66e 100644 --- a/include/tag_list.h +++ b/include/tag_list.h @@ -96,12 +96,12 @@ public: const value& operator[](size_t i) const; /** - * @brief Assigns a tag at the given index - * @throw std::bad_cast if the type of the tag does not match the list's + * @brief Assigns a value at the given index + * @throw std::bad_cast if the type of the value does not match the list's * content type * @throw std::out_of_range if the index is out of range */ - void set(size_t i, value_initializer&& val); + void set(size_t i, value&& val); /** * @brief Appends the tag to the end of the list -- cgit 0.0.5-2-1-g0f52