summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/watchdog.h
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2016-04-27 08:13:59 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2016-04-27 08:13:59 +0200
commitcfee536f22f032c7ead65075f73cc6fd8549e68b (patch)
treef4b4703dd0295571684456c19668f508b3ddcb3a /src/osd/watchdog.h
parentbe8159d01eaa7533e7758bf07384501dbc6214f3 (diff)
Cleanups and version bumpmame0173
Diffstat (limited to 'src/osd/watchdog.h')
-rw-r--r--src/osd/watchdog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/watchdog.h b/src/osd/watchdog.h
index 415c1269882..77cf3c77c7c 100644
--- a/src/osd/watchdog.h
+++ b/src/osd/watchdog.h
@@ -27,7 +27,7 @@ public:
osd_ticks_t getTimeout(void) const { return m_timeout; }
void setTimeout(int timeout);
private:
- osd_event m_event;
+ osd_event m_event;
std::thread* m_thread;
std::atomic<INT32> m_do_exit;