Skip to content

Commit

Permalink
[ci] Update with score
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Feb 5, 2024
1 parent 7e7f082 commit 00abe80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions score_addon_my_offline_process.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ score_addon_my_offline_process::score_addon_my_offline_process() { }

score_addon_my_offline_process::~score_addon_my_offline_process() { }

std::vector<std::unique_ptr<score::InterfaceBase>>
score_addon_my_offline_process::factories(
std::vector<score::InterfaceBase*> score_addon_my_offline_process::factories(
const score::ApplicationContext& ctx,
const score::InterfaceKey& key) const
{
Expand Down
2 changes: 1 addition & 1 deletion score_addon_my_offline_process.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class score_addon_my_offline_process final
~score_addon_my_offline_process() override;

private:
std::vector<std::unique_ptr<score::InterfaceBase>> factories(
std::vector<score::InterfaceBase*> factories(
const score::ApplicationContext& ctx,
const score::InterfaceKey& key) const override;
};

0 comments on commit 00abe80

Please sign in to comment.