summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorljfa-ag <ljfa-ag@web.de>2015-07-01 20:11:11 +0200
committerljfa-ag <ljfa-ag@web.de>2015-07-01 20:11:11 +0200
commit900db15d5471fd68468baa31c822b2312054c435 (patch)
treedebf04152df99492ff267964f0edd441ebdd4bff /include
parent2345716fbdf380dde60cccb71cbc335cf587fec6 (diff)
downloadProject-Tick-900db15d5471fd68468baa31c822b2312054c435.tar.gz
Project-Tick-900db15d5471fd68468baa31c822b2312054c435.zip
Clarify move-assignment
Diffstat (limited to 'include')
-rw-r--r--include/tag.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tag.h b/include/tag.h
index a9cbc0019f..980c0437ff 100644
--- a/include/tag.h
+++ b/include/tag.h
@@ -66,7 +66,7 @@ private:
virtual bool equals(const tag& rhs) const = 0;
/**
- * @brief Assigns the given tag if the class is the same
+ * @brief Move-assigns the given tag if the class is the same
* @throw std::bad_cast if @c rhs is not the same type as @c *this
*/
virtual tag& assign(tag&& rhs) = 0;