diff options
Diffstat (limited to 'Source/cmDepends.cxx')
-rw-r--r-- | Source/cmDepends.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmDepends.cxx b/Source/cmDepends.cxx index d092f4f..566c3bf 100644 --- a/Source/cmDepends.cxx +++ b/Source/cmDepends.cxx @@ -77,7 +77,7 @@ bool cmDepends::Check(const std::string& makeFile, return okay; } -void cmDepends::Clear(const std::string& file) +void cmDepends::Clear(const std::string& file) const { // Print verbose output. if (this->Verbose) { |