src/ai/api/ai_tilelist_valuator.hpp
branchnoai
changeset 9593 012f29f59906
parent 9592 c5c09cfde63a
child 9594 5009a30f320a
--- a/src/ai/api/ai_tilelist_valuator.hpp	Sat Apr 14 20:01:25 2007 +0000
+++ b/src/ai/api/ai_tilelist_valuator.hpp	Sat Apr 14 20:17:36 2007 +0000
@@ -5,14 +5,14 @@
 #ifndef AI_TILELIST_VALUATOR_HPP
 #define AI_TILELIST_VALUATOR_HPP
 
-#include "ai_list.hpp"
+#include "ai_abstractlist.hpp"
 
 /**
  * Check if tiles are buildable for entries in an AITownList instance.
  * @note resulting items are of the type bool (0 = not buildable, 1 = buildable)
  * @note the input items are of the type TileIndex
  */
-class AITileListBuildable : public AIList::Valuator {
+class AITileListBuildable : public AIAbstractList::Valuator {
 public:
 	/**
 	 * The name of the class, needed by several sub-processes.