summaryrefslogtreecommitdiff
path: root/src/ai/api/ai_signlist.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ai/api/ai_signlist.hpp')
-rw-r--r--src/ai/api/ai_signlist.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ai/api/ai_signlist.hpp b/src/ai/api/ai_signlist.hpp
index be6986d56..088d79052 100644
--- a/src/ai/api/ai_signlist.hpp
+++ b/src/ai/api/ai_signlist.hpp
@@ -12,13 +12,13 @@
#ifndef AI_SIGNLIST_HPP
#define AI_SIGNLIST_HPP
-#include "ai_abstractlist.hpp"
+#include "ai_list.hpp"
/**
* Create a list of signs your company has created.
* @ingroup AIList
*/
-class AISignList : public AIAbstractList {
+class AISignList : public AIList {
public:
/** Get the name of this class to identify it towards squirrel. */
static const char *GetClassName() { return "AISignList"; }