diff --git a/src/lua/LuaScriptInterface.cpp b/src/lua/LuaScriptInterface.cpp index 3b66212f8..9c9ed9aaa 100644 --- a/src/lua/LuaScriptInterface.cpp +++ b/src/lua/LuaScriptInterface.cpp @@ -1386,7 +1386,7 @@ static int sim_decoSpace(lua_State *L) template struct LuaBlockMapHelper { - using ItemType = std::remove_reference_t)>>; + using ItemType = std::remove_reference_t>>; }; template::ItemType>