Skip to content

Commit

Permalink
Fix clang error: 'pointer_options' defined as a struct here but previ…
Browse files Browse the repository at this point in the history
…ously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Werror,-Wmismatched-tags]
  • Loading branch information
ajrhacker committed Sep 26, 2024
1 parent aa547da commit 88ce9cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/mame/ui/ui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 88ce9cf

Please sign in to comment.