summaryrefslogtreecommitdiff
path: root/Source/cmDepends.cxx
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2021-01-22 10:37:38 -0500
committerBen Boeckel <ben.boeckel@kitware.com>2021-01-27 08:45:45 -0500
commit808b17b1206dd70c7fbd676e8c24181cde537954 (patch)
treee20da218e1f9d702f4ff76fac9595740d375c3ed /Source/cmDepends.cxx
parent4470eb5179d6ccbe5e31cec758546e820752f2d8 (diff)
downloadcmake-808b17b1206dd70c7fbd676e8c24181cde537954.tar.gz
clang-tidy: fix `readability-make-member-function-const` warnings
Diffstat (limited to 'Source/cmDepends.cxx')
-rw-r--r--Source/cmDepends.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmDepends.cxx b/Source/cmDepends.cxx
index d092f4f233..566c3bf78f 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) {