mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-02-26 08:02:32 -05:00
ControllerEmu: Add missing virtual destructor to BooleanSetting
This commit is contained in:
@@ -103,6 +103,8 @@ void ControllerEmu::ControlGroup::LoadConfig(IniFile::Section* sec, const std::s
|
||||
}
|
||||
}
|
||||
|
||||
ControllerEmu::ControlGroup::BooleanSetting::~BooleanSetting() = default;
|
||||
|
||||
void ControllerEmu::LoadConfig(IniFile::Section* sec, const std::string& base)
|
||||
{
|
||||
std::string defdev = default_device.ToString();
|
||||
|
||||
Reference in New Issue
Block a user