Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
wichtounet committed Sep 22, 2023
1 parent bb52822 commit 53b93cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/budget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ struct module_runner {
std::vector<std::string> args;
bool handled = false;

explicit module_runner(std::vector<std::string> && args) : args(std::move(args)) {
explicit module_runner(std::vector<std::string> && argsp) : args(std::move(argsp)) {
//Nothing to init
}

Expand Down

0 comments on commit 53b93cc

Please sign in to comment.