mirror of
https://github.com/holub/mame
synced 2025-04-27 18:53:05 +03:00
clang compile fix. (nw)
This commit is contained in:
parent
16fd7b383b
commit
81b4c86e26
@ -341,7 +341,7 @@ web_engine::web_engine(emu_options &options)
|
|||||||
: m_options(options),
|
: m_options(options),
|
||||||
m_machine(NULL),
|
m_machine(NULL),
|
||||||
m_server(NULL),
|
m_server(NULL),
|
||||||
m_lastupdatetime(0),
|
//m_lastupdatetime(0),
|
||||||
m_exiting_core(false)
|
m_exiting_core(false)
|
||||||
|
|
||||||
{
|
{
|
||||||
|
@ -39,7 +39,7 @@ private:
|
|||||||
emu_options & m_options;
|
emu_options & m_options;
|
||||||
running_machine * m_machine;
|
running_machine * m_machine;
|
||||||
struct mg_server * m_server;
|
struct mg_server * m_server;
|
||||||
osd_ticks_t m_lastupdatetime;
|
//osd_ticks_t m_lastupdatetime;
|
||||||
bool m_exiting_core;
|
bool m_exiting_core;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user