cmMakefile: Consify custom command API.

This commit is contained in:
Stephen Kelly
2014-01-21 16:33:30 +01:00
parent d6d4eaac06
commit c6c0bd9d2f
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -884,7 +884,7 @@ cmMakefile::AddCustomCommandToTarget(const char* target,
cmTarget::CustomCommandType type,
const char* comment,
const char* workingDir,
bool escapeOldStyle)
bool escapeOldStyle) const
{
// Find the target to which to add the custom command.
cmTargets::iterator ti = this->Targets.find(target);