summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGenerator.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmGlobalGenerator.cxx')
-rw-r--r--Source/cmGlobalGenerator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalGenerator.cxx b/Source/cmGlobalGenerator.cxx
index a6c4500..0355256 100644
--- a/Source/cmGlobalGenerator.cxx
+++ b/Source/cmGlobalGenerator.cxx
@@ -36,7 +36,7 @@ cmGlobalGenerator::~cmGlobalGenerator()
{
env += m_CCEnvironment;
}
- unsigned int size = env.size();
+ std::string::size_type size = env.size();
if(size > 4999)
{
size = 4999;