summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/sdl/dview.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/sdl/dview.h')
-rw-r--r--src/osd/sdl/dview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/sdl/dview.h b/src/osd/sdl/dview.h
index a39fd56cb86..b785c6590cd 100644
--- a/src/osd/sdl/dview.h
+++ b/src/osd/sdl/dview.h
@@ -48,6 +48,6 @@ struct _DView
GtkWidget *dview_new(const gchar *widget_name, const gchar *string1, const gchar *string2, gint int1, gint int2);
-void dview_set_debug_view(DView *dv, running_machine *machine, debug_view_type type);
+void dview_set_debug_view(DView *dv, running_machine &machine, debug_view_type type);
#endif