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:
AJR 2024-09-26 13:25:06 -04:00
parent aa547da751
commit 88ce9cf0dc

View File

@ -188,7 +188,7 @@ struct mame_ui_manager::active_pointer
}; };
struct mame_ui_manager::pointer_options class mame_ui_manager::pointer_options
{ {
public: public:
pointer_options() pointer_options()