mirror of
https://github.com/holub/mame
synced 2025-10-05 08:41:31 +03:00
thanks GCC (nw)
This commit is contained in:
parent
e5e990ff07
commit
6d778f4949
@ -770,7 +770,7 @@ class inclusive_machine_filter_impl : public simple_filter_impl_base<machine_fil
|
|||||||
public:
|
public:
|
||||||
inclusive_machine_filter_impl(char const *value, emu_file *file, unsigned indent) { }
|
inclusive_machine_filter_impl(char const *value, emu_file *file, unsigned indent) { }
|
||||||
|
|
||||||
virtual bool apply(game_driver const &drv) const { return true; }
|
virtual bool apply(game_driver const &drv) const override { return true; }
|
||||||
};
|
};
|
||||||
|
|
||||||
using all_machine_filter = inclusive_machine_filter_impl<machine_filter::ALL>;
|
using all_machine_filter = inclusive_machine_filter_impl<machine_filter::ALL>;
|
||||||
|
Loading…
Reference in New Issue
Block a user