Dependencies/G3D: Fix build on x64 (change already included in TC's diff)

This commit is contained in:
Nay
2012-09-03 18:24:35 +01:00
parent 511beb8c19
commit 2fe8c2f41e

View File

@@ -257,7 +257,7 @@ bool RegistryUtil::writeString(const std::string& key, const std::string& value,
// static helpers
static HKEY getRootKeyFromString(const char* str, uint32 length) {
static HKEY getRootKeyFromString(const char* str, size_t length) {
debugAssert(str);
if (str) {