summaryrefslogtreecommitdiff
path: root/src/core/tools/freezer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/tools/freezer.h')
-rw-r--r--src/core/tools/freezer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/tools/freezer.h b/src/core/tools/freezer.h
index 0fdb701a7..067134e93 100644
--- a/src/core/tools/freezer.h
+++ b/src/core/tools/freezer.h
@@ -43,7 +43,7 @@ public:
43 ~Freezer(); 43 ~Freezer();
44 44
45 // Enables or disables the entire memory freezer. 45 // Enables or disables the entire memory freezer.
46 void SetActive(bool active); 46 void SetActive(bool is_active);
47 47
48 // Returns whether or not the freezer is active. 48 // Returns whether or not the freezer is active.
49 bool IsActive() const; 49 bool IsActive() const;