summaryrefslogtreecommitdiff
path: root/src/script/api/script_depotlist.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/script/api/script_depotlist.hpp')
-rw-r--r--src/script/api/script_depotlist.hpp6
1 files changed, 3 insertions, 3 deletions
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 */