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 {}; \