Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
igagis committed Sep 24, 2024
1 parent 43dfa38 commit 8f446b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ruisapp/application.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ std::unique_ptr<application> application_factory::create_application(int argc, c
auto args = utki::make_span(argv, argc);

if (args.empty()) {
return get_factory()(std::string_view(), nullptr);
return get_factory()(std::string_view(), {});
}

return get_factory()(args.front(), args.subspan(1));
Expand Down

0 comments on commit 8f446b8

Please sign in to comment.