summaryrefslogtreecommitdiffstats
path: root/cpp/sca/kernel/list.hpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpp/sca/kernel/list.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/sca/kernel/list.hpp b/cpp/sca/kernel/list.hpp
index ef493b19ca..5ee527e10c 100644
--- a/cpp/sca/kernel/list.hpp
+++ b/cpp/sca/kernel/list.hpp
@@ -36,12 +36,12 @@ long countIlists = 0;
long countClists = 0;
long countElists = 0;
-bool resetlistCounters() {
+bool resetListCounters() {
countlists = countIlists = countClists = countElists = 0;
return true;
}
-bool printlistCounters() {
+bool printListCounters() {
std::cout << "countlists " << countlists << std::endl;
std::cout << "countElists " << countElists << std::endl;
std::cout << "countIlists " << countIlists << std::endl;