mirror of
https://github.com/holub/mame
synced 2025-06-03 11:26:56 +03:00
Fix clang error: 'pointer_options' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Werror,-Wmismatched-tags]
This commit is contained in:
parent
aa547da751
commit
88ce9cf0dc
@ -188,7 +188,7 @@ struct mame_ui_manager::active_pointer
|
||||
};
|
||||
|
||||
|
||||
struct mame_ui_manager::pointer_options
|
||||
class mame_ui_manager::pointer_options
|
||||
{
|
||||
public:
|
||||
pointer_options()
|
||||
|
Loading…
Reference in New Issue
Block a user