diff options
Diffstat (limited to 'src/core/memory_hook.h')
-rw-r--r-- | src/core/memory_hook.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/memory_hook.h b/src/core/memory_hook.h index feebd850a..e8ea19333 100644 --- a/src/core/memory_hook.h +++ b/src/core/memory_hook.h @@ -23,7 +23,7 @@ namespace Memory { */ class MemoryHook { public: - virtual ~MemoryHook() = default; + virtual ~MemoryHook(); virtual boost::optional<bool> IsValidAddress(VAddr addr) = 0; |