diff options
Diffstat (limited to 'src/lib/util/hash.cpp')
-rw-r--r-- | src/lib/util/hash.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/util/hash.cpp b/src/lib/util/hash.cpp index 9ba632240dc..4593ad181a4 100644 --- a/src/lib/util/hash.cpp +++ b/src/lib/util/hash.cpp @@ -362,7 +362,7 @@ void hash_collection::begin(const char *types) // buffer - add the given buffer to the hash //------------------------------------------------- -void hash_collection::buffer(const UINT8 *data, UINT32 length) +void hash_collection::buffer(const uint8_t *data, uint32_t length) { assert(m_creator != nullptr); |