diff options
Diffstat (limited to 'src/ai/ai_info.hpp')
-rw-r--r-- | src/ai/ai_info.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ai/ai_info.hpp b/src/ai/ai_info.hpp index b43474500..ef8505e2d 100644 --- a/src/ai/ai_info.hpp +++ b/src/ai/ai_info.hpp @@ -72,7 +72,7 @@ public: /** * Get the settings of the AI. */ - void GetSettings() const; + bool GetSettings(); /** * Get the date of the AI. |