From 7a24c12c93d9a983b177a787f2d5d7affd6f757a Mon Sep 17 00:00:00 2001
From: Joseph Walton-Rivers <joseph@walton-rivers.uk>
Date: Mon, 1 Aug 2022 10:53:20 +0100
Subject: [PATCH] ensure factory variables have the same name

---
 include/fggl/input/module.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/fggl/input/module.hpp b/include/fggl/input/module.hpp
index a10b216..12ed9e6 100644
--- a/include/fggl/input/module.hpp
+++ b/include/fggl/input/module.hpp
@@ -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) {
-- 
GitLab