mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
SignatureDB: default the format handler destructor
This commit is contained in:
@ -219,6 +219,4 @@ u32 HashSignatureDB::ComputeCodeChecksum(u32 offsetStart, u32 offsetEnd)
|
|||||||
return sum;
|
return sum;
|
||||||
}
|
}
|
||||||
|
|
||||||
SignatureDBFormatHandler::~SignatureDBFormatHandler()
|
SignatureDBFormatHandler::~SignatureDBFormatHandler() = default;
|
||||||
{
|
|
||||||
}
|
|
||||||
|
Reference in New Issue
Block a user