diff --git a/Shared/mods/deathmatch/logic/lua/CLuaFunctionParser.h b/Shared/mods/deathmatch/logic/lua/CLuaFunctionParser.h index c4f74a3d9c5..47c8fa2163e 100644 --- a/Shared/mods/deathmatch/logic/lua/CLuaFunctionParser.h +++ b/Shared/mods/deathmatch/logic/lua/CLuaFunctionParser.h @@ -744,7 +744,7 @@ struct CLuaFunctionParser { }; -template Ret> +template struct CLuaFunctionParser : CLuaFunctionParserBase { template @@ -832,7 +832,7 @@ struct CLuaFunctionParser : CLuaFunctionP // Case where F is a class method pointer // Note: If you see weird compiler errors like: Undefined type, overload resolution failed, etc.. // Ask on Dev Discord(#new-argument-parser), because rn this implementation is pretty beta. - 03/2021 -template +template struct CLuaFunctionParser { // Remove constness here, because we must be able to std::move