mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Section: Fix Section::Get
This commit is contained in:
@ -65,7 +65,7 @@ public:
|
||||
T Get(const std::string& key, const T& default_value) const
|
||||
{
|
||||
T value;
|
||||
Get(key, value, default_value);
|
||||
Get(key, &value, default_value);
|
||||
return value;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user