From 25ca1af8b3212a6c7088777e36fc5bc596957d22 Mon Sep 17 00:00:00 2001 From: Andrea Calabrese Date: Mon, 29 Apr 2024 22:57:56 -0400 Subject: [PATCH] Internals: Fix missing const (#4899) --- docs/CONTRIBUTORS | 1 + src/VlcTest.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/CONTRIBUTORS b/docs/CONTRIBUTORS index a738c0ee4..0cb5ad516 100644 --- a/docs/CONTRIBUTORS +++ b/docs/CONTRIBUTORS @@ -12,6 +12,7 @@ Alex Chadwick Àlex Torregrosa Aliaksei Chapyzhenka Ameya Vikram Singh +Andrea Calabrese Andreas Kuster Andrei Kostovski Andrew Miloradovsky diff --git a/src/VlcTest.h b/src/VlcTest.h index 063cf46d7..a9ca1d8a3 100644 --- a/src/VlcTest.h +++ b/src/VlcTest.h @@ -66,7 +66,7 @@ public: // std::cout<<" Testrun, Computrons,"; // Currently not loaded std::cout << " Covered, Rank, RankPts, Filename\n"; } - void dump(bool bucketsToo) { + void dump(bool bucketsToo) const { if (testrun() || computrons() != 0.0) { // currently unused // LCOV_EXCL_LINE std::cout << " " << std::setw(8) << std::setfill('0') << testrun() // LCOV_EXCL_LINE << ", " << std::setw(7) << std::setfill(' ')