mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-02-27 01:17:09 +00:00
Don't forget to initialize.. fixes #10802
This commit is contained in:
parent
a944afc7c3
commit
f39897cfa5
@ -369,7 +369,7 @@ private:
|
||||
int *iValue_ = nullptr;
|
||||
std::string *sValue_ = nullptr;
|
||||
const char *category_ = nullptr;
|
||||
std::string(*translateCallback_)(const char *value);
|
||||
std::string (*translateCallback_)(const char *value) = nullptr;
|
||||
};
|
||||
|
||||
} // namespace UI
|
||||
|
Loading…
x
Reference in New Issue
Block a user