summaryrefslogtreecommitdiff
path: root/src/resources/memorycounter.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2019-10-16 01:03:02 +0300
committerAndrei Karas <akaras@inbox.ru>2019-10-16 01:03:02 +0300
commite15da561988948de26c80105dc9762943009b9e7 (patch)
tree717dbdffe08daf6a1832ce79043697d3f7e62a23 /src/resources/memorycounter.cpp
parent71cfaf012217cf3bbbc39207a12131b748535fcc (diff)
downloadplus-e15da561988948de26c80105dc9762943009b9e7.tar.gz
plus-e15da561988948de26c80105dc9762943009b9e7.tar.bz2
plus-e15da561988948de26c80105dc9762943009b9e7.tar.xz
plus-e15da561988948de26c80105dc9762943009b9e7.zip
Fix code style, ignore some warning in clang-tidy
Diffstat (limited to 'src/resources/memorycounter.cpp')
-rw-r--r--src/resources/memorycounter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/memorycounter.cpp b/src/resources/memorycounter.cpp
index 826dcf3e2..13b742c8c 100644
--- a/src/resources/memorycounter.cpp
+++ b/src/resources/memorycounter.cpp
@@ -37,7 +37,7 @@ int MemoryCounter::calcMemory(const int level) const
{
const int sumLocal = calcMemoryLocal();
const int sumChilds = calcMemoryChilds(level);
- memoryManager.printMemory(getCounterName(),
+ MemoryManager::printMemory(getCounterName(),
level,
sumLocal,
sumChilds);