diff options
Diffstat (limited to 'Source/cmEndForEachCommand.cxx')
-rw-r--r-- | Source/cmEndForEachCommand.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmEndForEachCommand.cxx b/Source/cmEndForEachCommand.cxx index 3bef15e2c7..e8b61984c7 100644 --- a/Source/cmEndForEachCommand.cxx +++ b/Source/cmEndForEachCommand.cxx @@ -41,7 +41,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "cmEndForEachCommand.h" #include "cmCacheManager.h" -bool cmEndForEachCommand::InitialPass(std::vector<std::string>& args) +bool cmEndForEachCommand::InitialPass(std::vector<std::string> const& args) { if(args.size() < 1 ) { |