From 98103121d4f2ed1f1581919b7b1f343ccd410c12 Mon Sep 17 00:00:00 2001 From: truebrain Date: Tue, 29 Nov 2011 23:15:35 +0000 Subject: (svn r23355) -Codechange: rename all AI* to Script* (Rubidium) --- src/script/api/script_depotlist.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/script/api/script_depotlist.hpp') diff --git a/src/script/api/script_depotlist.hpp b/src/script/api/script_depotlist.hpp index 450fea9a8..4067fc7e6 100644 --- a/src/script/api/script_depotlist.hpp +++ b/src/script/api/script_depotlist.hpp @@ -17,14 +17,14 @@ /** * Creates a list of the locations of the depots (and hangars) of which you are the owner. - * @ingroup AIList + * @ingroup ScriptList */ -class AIDepotList : public AIList { +class ScriptDepotList : public ScriptList { public: /** * @param transport_type The type of transport to make a list of depots for. */ - AIDepotList(AITile::TransportType transport_type); + ScriptDepotList(ScriptTile::TransportType transport_type); }; #endif /* SCRIPT_DEPOTLIST_HPP */ -- cgit v1.2.3-70-g09d2