about summary refs log tree commit diff stats
path: root/Source/Memory.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Memory.h')
-rw-r--r--Source/Memory.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Memory.h b/Source/Memory.h index d2ab50e..4c79d7c 100644 --- a/Source/Memory.h +++ b/Source/Memory.h
@@ -64,6 +64,8 @@ public:
64 ThrowError(); 64 ThrowError();
65 } 65 }
66 66
67 void ClearOffsets() {_computedAddresses = std::map<uintptr_t, uintptr_t>();}
68
67private: 69private:
68 70
69 void ThrowError(); 71 void ThrowError();