summaryrefslogtreecommitdiffstats
path: root/Source/cmEndIfCommand.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmEndIfCommand.cxx')
-rw-r--r--Source/cmEndIfCommand.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmEndIfCommand.cxx b/Source/cmEndIfCommand.cxx
index 7972a1b..e070c93 100644
--- a/Source/cmEndIfCommand.cxx
+++ b/Source/cmEndIfCommand.cxx
@@ -41,7 +41,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "cmEndIfCommand.h"
#include "cmCacheManager.h"
-bool cmEndIfCommand::InitialPass(std::vector<std::string>& args)
+bool cmEndIfCommand::InitialPass(std::vector<std::string> const& args)
{
if(args.size() < 1 )
{