Skip to content

Commit

Permalink
ci: fix test_package
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-vincent committed Mar 7, 2024
1 parent e65a25b commit 5c89e72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_package/src/test_server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class TestServer : public Server {
{
return nullptr;
}
[[nodiscard]] PluginCommand *registerPluginCommand(std::unique_ptr<PluginCommand> command) const override
[[nodiscard]] PluginCommand *registerPluginCommand(std::shared_ptr<PluginCommand> command) const override
{
return nullptr;
}
Expand Down

0 comments on commit 5c89e72

Please sign in to comment.