src/ai/api/ai_list_valuator.hpp
branchnoai
changeset 9753 7209db94ad12
parent 9661 32ce5530b9e3
child 9756 7e637829cbd3
--- a/src/ai/api/ai_list_valuator.hpp	Sun Feb 24 22:05:07 2008 +0000
+++ b/src/ai/api/ai_list_valuator.hpp	Sun Feb 24 22:10:05 2008 +0000
@@ -8,16 +8,16 @@
 #include "ai_abstractlist.hpp"
 
 /**
- * Give a random value for the entries in an AIList instance.
+ * Give a random value for the entries in an AIList_v instance.
  * @note resulting items are of the type int32
  * @note the input items are of the type int32
  */
-class AIListRandomize : public AIAbstractList::Valuator {
+class AIList_vRandomize : public AIAbstractList::Valuator {
 public:
 	/**
 	 * The name of the class, needed by several sub-processes.
 	 */
-	static const char *GetClassName() { return "AIListRandomize"; }
+	static const char *GetClassName() { return "AIList_vRandomize"; }
 
 private:
 	int32 Valuate(int32 item) const;