summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2020-11-25 20:25:54 +1100
committer Vas Crabb <vas@vastheman.com>2020-11-25 20:25:54 +1100
commitd33f9878741c256d7c2c991f8f676a0001de3483 (patch)
tree230a9b0a9bd19b93e4bb581b4204c52fbf90c65b /src/frontend
parent4086c1aac0177f9f8cc3b4e4b52355dc4bd0fa18 (diff)
luaengine.ipp: Fixed clan redefined default template argument error
Diffstat (limited to 'src/frontend')
-rw-r--r--src/frontend/mame/luaengine.ipp2
1 files changed, 1 insertions, 1 deletions
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<osd_file::error>, lua_State *L, int index, Handler
int sol_lua_push(sol::types<map_handler_type>, lua_State *L, map_handler_type &&value);
-template <typename T, typename C, typename I = typename C::iterator>
+template <typename T, typename C, typename I>
struct lua_engine::immutable_container_helper
{
protected: