cmGeneratorTarget: Make GetSourceDepends const.

This commit is contained in:
Stephen Kelly
2014-03-13 00:19:50 +01:00
parent 04cf50ff62
commit dcfcd23ed5
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -241,7 +241,7 @@ const char *cmGeneratorTarget::GetProperty(const std::string& prop) const
//----------------------------------------------------------------------------
std::vector<cmSourceFile*> const*
cmGeneratorTarget::GetSourceDepends(cmSourceFile* sf) const
cmGeneratorTarget::GetSourceDepends(cmSourceFile const* sf) const
{
SourceEntriesType::const_iterator i = this->SourceEntries.find(sf);
if(i != this->SourceEntries.end())