added inline suggestion to settings_location to prevent duplicate includes

This commit is contained in:
p01arst0rm 2021-04-11 16:36:36 +01:00 committed by Ivan
parent ccb46df905
commit 4048b1e515

View File

@ -157,7 +157,7 @@ enum class emu_settings_type
};
/** A helper map that keeps track of where a given setting type is located*/
static const QMap<emu_settings_type, cfg_location> settings_location =
inline static const QMap<emu_settings_type, cfg_location> settings_location =
{
// Core Tab
{ emu_settings_type::PPUDecoder, { "Core", "PPU Decoder"}},