Implement missing destructor

This commit is contained in:
Markus Pilman 2020-05-06 14:18:53 -07:00
parent 1453ca6303
commit 1c8db89ad4
1 changed files with 2 additions and 0 deletions

View File

@ -55,6 +55,8 @@
// during an open trace event
thread_local int g_allocation_tracing_disabled = 1;
ITraceLogIssuesReporter::~ITraceLogIssuesReporter() {}
struct SuppressionMap {
struct SuppressionInfo {
double endTime;