summaryrefslogtreecommitdiffstats
path: root/src/utils/functors.h
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2009-04-23 21:00:16 +0200
committerBjørn Lindeijer <bjorn@lindeijer.nl>2009-04-26 17:18:21 +0200
commite726c34606f85347e70a0deb6b180db03b6d0c25 (patch)
treee78e5ba07dd9484abed035cc3e63744101bbef57 /src/utils/functors.h
parenta3f72002fa02cd4c525f101c5f240a22d4480119 (diff)
downloadmanaserv-e726c34606f85347e70a0deb6b180db03b6d0c25.tar.gz
manaserv-e726c34606f85347e70a0deb6b180db03b6d0c25.tar.xz
manaserv-e726c34606f85347e70a0deb6b180db03b6d0c25.zip
Merged MovingObject into the Being class
Also renamed Object to Actor, to make it sound a little less generic. Cleans up a bit the rather big hierarchy of different object types we have.
Diffstat (limited to 'src/utils/functors.h')
-rw-r--r--src/utils/functors.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/functors.h b/src/utils/functors.h
index 4c7bee5..fefbeb1 100644
--- a/src/utils/functors.h
+++ b/src/utils/functors.h
@@ -36,7 +36,7 @@ namespace
*
* Note:
* - this functor assumes that the object defines as public the following
- * method: std::string getName(void).
+ * method: std::string getName() const.
* - this functor assumes that the list is a list of pointers.
*/
template <typename T>