Skip to content

Commit

Permalink
stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
igagis committed Jun 11, 2024
1 parent d7b93ec commit 8d3b108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ruisapp/application.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ class application_factory
{
public:
using factory_type =
std::function<std::unique_ptr<application>(std::string_view executable, utki::span<const char*>)>;
std::function<std::unique_ptr<application>(std::string_view executable, utki::span<const char*> args)>;

/**
* @brief Constructor.
Expand Down

0 comments on commit 8d3b108

Please sign in to comment.