mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
luaengine.cpp: Hopefully fix clang builds.
This commit is contained in:
parent
0562745629
commit
01250f14f4
@ -65,6 +65,7 @@ struct thread_context
|
||||
private:
|
||||
struct environment
|
||||
{
|
||||
environment() = default;
|
||||
sol::state state;
|
||||
bool busy = false;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user