summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/sdl/osdsdl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/sdl/osdsdl.h')
-rw-r--r--src/osd/sdl/osdsdl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/sdl/osdsdl.h b/src/osd/sdl/osdsdl.h
index fd459603d04..ea7588f0c6d 100644
--- a/src/osd/sdl/osdsdl.h
+++ b/src/osd/sdl/osdsdl.h
@@ -252,7 +252,7 @@ public:
virtual void set_mastervolume(int attenuation);
// input overridables
- virtual void customize_input_type_list(input_type_desc *typelist);
+ virtual void customize_input_type_list(simple_list<input_type_entry> &typelist);
// font overridables
virtual osd_font font_open(const char *name, int &height);