Skip to content

Commit

Permalink
wrench-init bug--
Browse files Browse the repository at this point in the history
  • Loading branch information
henricasanova committed Nov 6, 2024
1 parent 8d66fe4 commit 31318cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/wrench/wrench-init/base_code/Controller_ACTION.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ namespace wrench {

protected:
// Overridden method
void processEventCompoundJobCompletion(std::shared_ptr<CompoundJobCompletedEvent>) override;
void processEventCompoundJobCompletion(std::shared_ptr<CompoundJobCompletedEvent>);

private:
// main() method of the WMS
Expand Down
2 changes: 1 addition & 1 deletion tools/wrench/wrench-init/base_code/Controller_WORKFLOW.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ namespace wrench {

protected:
// Overridden method
void processEventStandardJobCompletion(std::shared_ptr<StandardJobCompletedEvent>) override;
void processEventStandardJobCompletion(std::shared_ptr<StandardJobCompletedEvent>);

private:
// main() method of the WMS
Expand Down

0 comments on commit 31318cc

Please sign in to comment.