SignatureDB: in-class initialize DBFunc members
This commit is contained in:
parent
d0089191e1
commit
bbe1e643fb
|
@ -63,11 +63,10 @@ class HashSignatureDB : public SignatureDBFormatHandler
|
|||
public:
|
||||
struct DBFunc
|
||||
{
|
||||
u32 size;
|
||||
u32 size = 0;
|
||||
std::string name;
|
||||
std::string object_name;
|
||||
std::string object_location;
|
||||
DBFunc() : size(0) {}
|
||||
};
|
||||
using FuncDB = std::map<u32, DBFunc>;
|
||||
|
||||
|
|
Loading…
Reference in New Issue