From 4efb92ec4a230a81aedde53e528a1d1a59a0cd7c Mon Sep 17 00:00:00 2001 From: Aman Dhruva Thamminana <48414198+amantham20@users.noreply.github.com> Date: Wed, 29 Nov 2023 20:02:20 -0500 Subject: [PATCH] updated to over export GP_agent --- source/Agents/GP/LGPAgent.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ""; }