diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2008-01-31 03:56:34 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2008-01-31 03:56:34 (GMT) |
commit | 6903d2df8b2e7ff529efb0e283aa37cb8480725a (patch) | |
tree | dafe15c83cd970a9558f6961eac45a72eac3fa88 /Source/cmGlobalUnixMakefileGenerator3.h | |
parent | 2a6e918c1fa7e8418faa08d2311a039311e14262 (diff) | |
download | CMake-6903d2df8b2e7ff529efb0e283aa37cb8480725a.zip CMake-6903d2df8b2e7ff529efb0e283aa37cb8480725a.tar.gz CMake-6903d2df8b2e7ff529efb0e283aa37cb8480725a.tar.bz2 |
ENH: remove const
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 49c4689..4a6421e 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); |