summaryrefslogtreecommitdiff
path: root/Source/cmGlobalUnixMakefileGenerator3.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2008-01-30 22:56:34 -0500
committerBill Hoffman <bill.hoffman@kitware.com>2008-01-30 22:56:34 -0500
commit6903d2df8b2e7ff529efb0e283aa37cb8480725a (patch)
treedafe15c83cd970a9558f6961eac45a72eac3fa88 /Source/cmGlobalUnixMakefileGenerator3.h
parent2a6e918c1fa7e8418faa08d2311a039311e14262 (diff)
downloadcmake-6903d2df8b2e7ff529efb0e283aa37cb8480725a.tar.gz
ENH: remove const
Diffstat (limited to 'Source/cmGlobalUnixMakefileGenerator3.h')
-rw-r--r--Source/cmGlobalUnixMakefileGenerator3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalUnixMakefileGenerator3.h b/Source/cmGlobalUnixMakefileGenerator3.h
index 49c4689d83..4a6421ea5e 100644
--- a/Source/cmGlobalUnixMakefileGenerator3.h
+++ b/Source/cmGlobalUnixMakefileGenerator3.h
@@ -114,7 +114,7 @@ public:
const char* config, bool ignoreErrors, bool fast);
// returns some progress informaiton
- int GetTargetTotalNumberOfActions(cmTarget const& target,
+ int GetTargetTotalNumberOfActions(cmTarget & target,
std::set<cmStdString> &emitted);
unsigned long GetNumberOfProgressActionsInAll
(cmLocalUnixMakefileGenerator3 *lg);