aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/memory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/memory.h')
-rw-r--r--src/memory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/memory.h b/src/memory.h
index 7b1591d..903fd16 100644
--- a/src/memory.h
+++ b/src/memory.h
@@ -76,7 +76,7 @@ public:
MemoryLimit() : limit(MEMORY_LIMIT_DEFAULT) {}
- gsize get_usage(void);
+ static gsize get_usage(void);
void set_limit(gsize new_limit = 0);