Constify cmGeneratorTarget access.

This commit is contained in:
Stephen Kelly
2013-12-10 15:44:39 +01:00
parent 9edee62f28
commit a54eeddaae
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ struct cmStrictTargetComparison {
bool operator()(cmTarget const* t1, cmTarget const* t2) const;
};
typedef std::map<cmTarget*,
typedef std::map<cmTarget const*,
cmGeneratorTarget*,
cmStrictTargetComparison> cmGeneratorTargetsType;