diff options
Diffstat (limited to 'src/frontend/mame/pluginopts.cpp')
-rw-r--r-- | src/frontend/mame/pluginopts.cpp | 2 |
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 } }; |