aboutsummaryrefslogtreecommitdiff
path: root/dep
diff options
context:
space:
mode:
authorNay <dnpd.dd@gmail.com>2012-09-03 18:24:35 +0100
committerNay <dnpd.dd@gmail.com>2012-09-03 18:24:35 +0100
commit2fe8c2f41e2da6d543d9a22bfc1e8c9335f2eda2 (patch)
tree7af122edb10ed0d429e2834567725c1a18784080 /dep
parent511beb8c196a6a00375541d82c72494c9a4ccf62 (diff)
Dependencies/G3D: Fix build on x64 (change already included in TC's diff)
Diffstat (limited to 'dep')
-rw-r--r--dep/g3dlite/source/RegistryUtil.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dep/g3dlite/source/RegistryUtil.cpp b/dep/g3dlite/source/RegistryUtil.cpp
index 28ff6955d9b..fc4cebc2ee5 100644
--- a/dep/g3dlite/source/RegistryUtil.cpp
+++ b/dep/g3dlite/source/RegistryUtil.cpp
@@ -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) {