Test fix for OOS message

This commit is contained in:
mathusummut
2018-09-28 00:10:04 +02:00
parent 8117d96c63
commit 8c8b827588
2 changed files with 11 additions and 12 deletions

View File

@@ -319,7 +319,7 @@ namespace Shared {
class ValueCheckerVault {
protected:
std::map<const void *, uint32> vaultList;
std::map<const void *, int32> vaultList;
void addItemToVault(const void *ptr, int value);
void checkItemInVault(const void *ptr, int value) const;