Skip to content
Snippets Groups Projects
Commit 7a24c12c authored by Joseph Walton-Rivers's avatar Joseph Walton-Rivers
Browse files

ensure factory variables have the same name

parent 48000b7a
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ namespace fggl::input {
SERVICE_INPUT
};
constexpr static const std::array<modules::ModuleService, 0> depends = {};
static bool factory(modules::ModuleService service, modules::Services& serviceManager);
static bool factory(modules::ModuleService service, modules::Services& services);
};
bool Generic::factory(modules::ModuleService service, modules::Services& services) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment