mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-25 06:44:59 +00:00
SignatureDB: default the format handler destructor
This commit is contained in:
parent
5301efddd0
commit
d0089191e1
1 changed files with 1 additions and 3 deletions
|
@ -219,6 +219,4 @@ u32 HashSignatureDB::ComputeCodeChecksum(u32 offsetStart, u32 offsetEnd)
|
||||||
return sum;
|
return sum;
|
||||||
}
|
}
|
||||||
|
|
||||||
SignatureDBFormatHandler::~SignatureDBFormatHandler()
|
SignatureDBFormatHandler::~SignatureDBFormatHandler() = default;
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue