diff options
Diffstat (limited to 'Source/cmGlobalUnixMakefileGenerator3.h')
-rw-r--r-- | Source/cmGlobalUnixMakefileGenerator3.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalUnixMakefileGenerator3.h b/Source/cmGlobalUnixMakefileGenerator3.h index 2de97df..6fc4f5f 100644 --- a/Source/cmGlobalUnixMakefileGenerator3.h +++ b/Source/cmGlobalUnixMakefileGenerator3.h @@ -106,7 +106,7 @@ protected: cmLocalUnixMakefileGenerator3 *lg); void AppendGlobalTargetDepends(std::vector<std::string>& depends, - const cmTarget& target); + cmTarget& target); void AppendAnyGlobalDepend(std::vector<std::string>& depends, const char* name); |