summaryrefslogtreecommitdiffstats
path: root/src/frontend/mame/luaengine.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/mame/luaengine.h')
-rw-r--r--src/frontend/mame/luaengine.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/frontend/mame/luaengine.h b/src/frontend/mame/luaengine.h
index 1157d2083c2..b0bbf2210c3 100644
--- a/src/frontend/mame/luaengine.h
+++ b/src/frontend/mame/luaengine.h
@@ -37,7 +37,8 @@ public:
template <typename T> struct object_ptr_vector_wrapper;
template <typename T> struct tag_object_ptr_map;
template <typename T> using standard_tag_object_ptr_map = tag_object_ptr_map<std::unordered_map<std::string, std::unique_ptr<T> > >;
- template <typename T, typename C, typename I = typename C::iterator> struct immutable_container_helper;
+ template <typename T> struct immutable_container_helper;
+ template <typename T, typename C, typename I = typename C::iterator> struct immutable_collection_helper;
// construction/destruction
lua_engine();