mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01: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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue