diff options
Diffstat (limited to 'Source/cmGetCMakePropertyCommand.cxx')
-rw-r--r-- | Source/cmGetCMakePropertyCommand.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGetCMakePropertyCommand.cxx b/Source/cmGetCMakePropertyCommand.cxx index dc24d49..8788009 100644 --- a/Source/cmGetCMakePropertyCommand.cxx +++ b/Source/cmGetCMakePropertyCommand.cxx @@ -26,7 +26,7 @@ bool cmGetCMakePropertyCommand::InitialPass( return false; } - int cc; + std::vector<std::string>::size_type cc; std::string variable = args[0]; std::string output = ""; |