Skip to content

Commit

Permalink
updated to over export GP_agent
Browse files Browse the repository at this point in the history
  • Loading branch information
amantham20 committed Nov 30, 2023
1 parent abf9885 commit 4efb92e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Agents/GP/LGPAgent.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ namespace cowboys
Configure(dynamic_cast<const LGPAgent &>(other));
}

std::string Export() {
std::string Export() override {
return "";
}

Expand Down

0 comments on commit 4efb92e

Please sign in to comment.