From d33f9878741c256d7c2c991f8f676a0001de3483 Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Wed, 25 Nov 2020 20:25:54 +1100 Subject: luaengine.ipp: Fixed clan redefined default template argument error --- src/frontend/mame/luaengine.ipp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/mame/luaengine.ipp b/src/frontend/mame/luaengine.ipp index 78652d557e6..811940cdd1f 100644 --- a/src/frontend/mame/luaengine.ipp +++ b/src/frontend/mame/luaengine.ipp @@ -81,7 +81,7 @@ bool sol_lua_check(sol::types, lua_State *L, int index, Handler int sol_lua_push(sol::types, lua_State *L, map_handler_type &&value); -template +template struct lua_engine::immutable_container_helper { protected: -- cgit v1.2.3