mirror of
https://github.com/holub/mame
synced 2025-04-24 09:20:02 +03:00
Fixed linux compile.
This commit is contained in:
parent
9d4af9a834
commit
3b951313a4
@ -141,7 +141,7 @@ public:
|
||||
virtual void update(bool skip_redraw) override;
|
||||
|
||||
// video overridables
|
||||
virtual std::vector<slider_state *> get_slider_list() override;
|
||||
// virtual std::vector<slider_state *> get_slider_list() override;
|
||||
|
||||
// input overridables
|
||||
virtual void customize_input_type_list(simple_list<input_type_entry> &typelist) override;
|
||||
|
@ -250,7 +250,7 @@ static void output_oslog(const running_machine &machine, const char *buffer)
|
||||
//============================================================
|
||||
|
||||
sdl_osd_interface::sdl_osd_interface(sdl_options &options)
|
||||
: osd_common_t(options), m_options(options), m_watchdog(nullptr), m_sliders(nullptr)
|
||||
: osd_common_t(options), m_options(options), m_watchdog(nullptr)
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user