SignatureDB: in-class initialize DBFunc members

This commit is contained in:
Lioncash 2017-05-21 17:24:14 -04:00
parent d0089191e1
commit bbe1e643fb
1 changed files with 1 additions and 2 deletions

View File

@ -63,11 +63,10 @@ class HashSignatureDB : public SignatureDBFormatHandler
public: public:
struct DBFunc struct DBFunc
{ {
u32 size; u32 size = 0;
std::string name; std::string name;
std::string object_name; std::string object_name;
std::string object_location; std::string object_location;
DBFunc() : size(0) {}
}; };
using FuncDB = std::map<u32, DBFunc>; using FuncDB = std::map<u32, DBFunc>;