summaryrefslogtreecommitdiff
path: root/src/debug_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/debug_utils.h')
-rw-r--r--src/debug_utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug_utils.h b/src/debug_utils.h
index 05a9370e56..ef5a4c0c47 100644
--- a/src/debug_utils.h
+++ b/src/debug_utils.h
@@ -100,7 +100,7 @@ class NativeSymbolDebuggingContext {
};
NativeSymbolDebuggingContext() = default;
- virtual ~NativeSymbolDebuggingContext() {}
+ virtual ~NativeSymbolDebuggingContext() = default;
virtual SymbolInfo LookupSymbol(void* address) { return {}; }
virtual bool IsMapped(void* address) { return false; }