mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-24 17:15:47 +00:00
settings_setting: Fix MSVC error
This commit is contained in:
parent
dabce3c970
commit
c2b577b364
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue