summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/osdepend.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/osdepend.h')
-rw-r--r--src/osd/osdepend.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/osdepend.h b/src/osd/osdepend.h
index 977053ded89..3073a014d02 100644
--- a/src/osd/osdepend.h
+++ b/src/osd/osdepend.h
@@ -79,7 +79,7 @@ public:
// video overridables
virtual void add_audio_to_recording(const INT16 *buffer, int samples_this_frame) = 0;
- virtual std::vector<ui_menu_item> get_slider_list() = 0;
+ virtual std::vector<ui::menu_item> get_slider_list() = 0;
// font interface
virtual osd_font::ptr font_alloc() = 0;