diff options
| author | 2014-10-15 07:19:47 +0000 | |
|---|---|---|
| committer | 2014-10-15 07:19:47 +0000 | |
| commit | c93ed344fbd26a9c2c49bdbc99014d8dc0cbe9ef (patch) | |
| tree | a5017b8341bdadc5bcd1185ae49fe4c0a85424b8 /src/osd/windows/window.h | |
| parent | a4dd32afb6cbfaae0e452c90486060682ab1c31c (diff) | |
Cleanups and version bumpmame0155
Diffstat (limited to 'src/osd/windows/window.h')
| -rw-r--r-- | src/osd/windows/window.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/osd/windows/window.h b/src/osd/windows/window.h index 3af43f6bf1f..b2c6ea2e994 100644 --- a/src/osd/windows/window.h +++ b/src/osd/windows/window.h @@ -36,12 +36,12 @@ class win_window_info { public: win_window_info(running_machine &machine); - virtual ~win_window_info(); + virtual ~win_window_info(); running_machine &machine() const { return m_machine; } void update(); - + win_window_info * m_next; volatile int m_init_state; |
