mirror of
https://github.com/holub/mame
synced 2025-04-20 15:32:45 +03:00
luaengine.ipp: Fixed clan redefined default template argument error
This commit is contained in:
parent
4086c1aac0
commit
d33f987874
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user