aboutsummaryrefslogtreecommitdiff
path: root/dep/g3dlite/source/RegistryUtil.cpp
diff options
context:
space:
mode:
authorSubv <s.v.h21@hotmail.com>2012-09-03 16:11:18 -0500
committerSubv <s.v.h21@hotmail.com>2012-09-03 16:11:18 -0500
commitc0b031af4d3e8de03be491156dd13ac78f6770dc (patch)
tree0749886a3010266dec9ce81b489306f7df56c903 /dep/g3dlite/source/RegistryUtil.cpp
parenta9e672ab1d33a3502381d4b33f679a9d1f1f2087 (diff)
parentb979e81dde4185d272f7d22d4e252e4ecc59b280 (diff)
Merge branch 'master' of github.com:TrinityCore/TrinityCore into mmaps
Diffstat (limited to 'dep/g3dlite/source/RegistryUtil.cpp')
-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) {