diff options
Diffstat (limited to 'src/osd/windows/debugwin.h')
-rw-r--r-- | src/osd/windows/debugwin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/windows/debugwin.h b/src/osd/windows/debugwin.h index a522d56c693..e55604df7de 100644 --- a/src/osd/windows/debugwin.h +++ b/src/osd/windows/debugwin.h @@ -58,6 +58,6 @@ void debugwin_init_windows(running_machine &machine); void debugwin_destroy_windows(void); void debugwin_show(int type); -void debugwin_update_during_game(running_machine *machine); +void debugwin_update_during_game(running_machine &machine); #endif |