summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGenerator.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmGlobalGenerator.h')
-rw-r--r--Source/cmGlobalGenerator.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmGlobalGenerator.h b/Source/cmGlobalGenerator.h
index c3c2ef5..0eb27e4 100644
--- a/Source/cmGlobalGenerator.h
+++ b/Source/cmGlobalGenerator.h
@@ -336,8 +336,8 @@ private:
std::map<cmStdString, RuleHash> RuleHashes;
void CheckRuleHashes();
- void WriteTargetLabels();
- bool WriteTargetLabels(cmTarget* target, std::string& file);
+ void WriteSummary();
+ void WriteSummary(cmTarget* target);
cmExternalMakefileProjectGenerator* ExtraGenerator;