From 260f9068045af9a434f8d0eb7c662ad8d34cbbe5 Mon Sep 17 00:00:00 2001 From: npwoods Date: Sun, 29 May 2022 12:47:53 -0400 Subject: util/options.h: Removed legacy OPTION_* option type constants. (#9851) These constants were polluting the global namespace. --- src/frontend/mame/pluginopts.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/frontend/mame/pluginopts.cpp') diff --git a/src/frontend/mame/pluginopts.cpp b/src/frontend/mame/pluginopts.cpp index 51fa39c2ac9..19053c2ceab 100644 --- a/src/frontend/mame/pluginopts.cpp +++ b/src/frontend/mame/pluginopts.cpp @@ -131,7 +131,7 @@ static core_options create_core_options(const plugin_options &plugin_opts) // the data back static const options_entry s_option_entries[] = { - { nullptr, nullptr, OPTION_HEADER, "PLUGINS OPTIONS" }, + { nullptr, nullptr, core_options::option_type::HEADER, "PLUGINS OPTIONS" }, { nullptr } }; -- cgit v1.2.3-70-g09d2