mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-07 22:58:06 +00:00
settings_setting: Fix MSVC error
This commit is contained in:
parent
dabce3c970
commit
c2b577b364
|
|
@ -170,7 +170,7 @@ public:
|
|||
} else {
|
||||
this->SetValue(static_cast<Type>(std::stoll(input)));
|
||||
}
|
||||
} catch (std::invalid_argument& e) {
|
||||
} catch (std::invalid_argument&) {
|
||||
this->SetValue(this->GetDefault());
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue