summaryrefslogtreecommitdiffstats
path: root/src/frontend/mame/pluginopts.cpp
diff options
context:
space:
mode:
author npwoods <npwoods@mess.org>2022-05-29 12:47:53 -0400
committer GitHub <noreply@github.com>2022-05-30 02:47:53 +1000
commit260f9068045af9a434f8d0eb7c662ad8d34cbbe5 (patch)
treed68f53690a52cbc2ce73e4a333bb56a74b7c1cde /src/frontend/mame/pluginopts.cpp
parent5155e51bbe24d0cc45a84ddb66138f83ff1810cf (diff)
util/options.h: Removed legacy OPTION_* option type constants. (#9851)
These constants were polluting the global namespace.
Diffstat (limited to 'src/frontend/mame/pluginopts.cpp')
-rw-r--r--src/frontend/mame/pluginopts.cpp2
1 files changed, 1 insertions, 1 deletions
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 }
};