summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/sdl/debugwin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/sdl/debugwin.h')
-rw-r--r--src/osd/sdl/debugwin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/sdl/debugwin.h b/src/osd/sdl/debugwin.h
index 24ad4723ccd..689f5eed98e 100644
--- a/src/osd/sdl/debugwin.h
+++ b/src/osd/sdl/debugwin.h
@@ -17,7 +17,7 @@
// PROTOTYPES
//============================================================
-void debugwin_update_during_game(running_machine *machine);
+void debugwin_update_during_game(running_machine &machine);
#endif