diff --git a/src/ruisapp/application.hpp b/src/ruisapp/application.hpp index 18cdc52..af15e11 100644 --- a/src/ruisapp/application.hpp +++ b/src/ruisapp/application.hpp @@ -287,7 +287,7 @@ class application_factory { public: using factory_type = - std::function(std::string_view executable, utki::span)>; + std::function(std::string_view executable, utki::span args)>; /** * @brief Constructor.