From 9c48ff0e0faaf9fa87510fa1d12cf529725094ee Mon Sep 17 00:00:00 2001 From: altalk23 <45172705+altalk23@users.noreply.github.com> Date: Wed, 25 Jan 2023 20:30:18 +0300 Subject: [PATCH] readd the function param --- loader/include/Geode/modify/AsStaticFunction.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loader/include/Geode/modify/AsStaticFunction.hpp b/loader/include/Geode/modify/AsStaticFunction.hpp index a742992f..cbd00afd 100644 --- a/loader/include/Geode/modify/AsStaticFunction.hpp +++ b/loader/include/Geode/modify/AsStaticFunction.hpp @@ -8,7 +8,7 @@ namespace geode::modifier { * A helper struct that generates a static function that calls the given function. */ #define GEODE_AS_STATIC_FUNCTION(FunctionName_) \ - template \ + template \ struct AsStaticFunction_##FunctionName_ { \ template \ struct Impl {}; \