Don't forget to initialize.. fixes #10802

This commit is contained in:
Henrik Rydgård 2018-03-26 00:05:29 +02:00
parent a944afc7c3
commit f39897cfa5

View File

@ -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