summaryrefslogtreecommitdiff
path: root/src/resources/memorycounter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/memorycounter.h')
-rw-r--r--src/resources/memorycounter.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/resources/memorycounter.h b/src/resources/memorycounter.h
index 94593b717..809a6196d 100644
--- a/src/resources/memorycounter.h
+++ b/src/resources/memorycounter.h
@@ -21,6 +21,8 @@
#ifndef RESOURCES_MEMORYCOUNTER_H
#define RESOURCES_MEMORYCOUNTER_H
+#include <string>
+
#include "localconsts.h"
class MemoryCounter notfinal
@@ -36,6 +38,9 @@ class MemoryCounter notfinal
virtual int calcMemoryLocal() const;
virtual int calcMemoryChilds(const int level) const;
+
+ virtual std::string getCounterName() const
+ { return "unknown"; }
};
#endif // RESOURCES_MEMORYCOUNTER_H