diff --git a/source/Agents/GP/LGPAgent.hpp b/source/Agents/GP/LGPAgent.hpp index ca958444..427927ce 100644 --- a/source/Agents/GP/LGPAgent.hpp +++ b/source/Agents/GP/LGPAgent.hpp @@ -139,7 +139,7 @@ namespace cowboys Configure(dynamic_cast(other)); } - std::string Export() { + std::string Export() override { return ""; }