aboutsummaryrefslogtreecommitdiff
path: root/src/client/content_cao.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/client/content_cao.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/content_cao.h b/src/client/content_cao.h
index 70f1557e1..783aa4199 100644
--- a/src/client/content_cao.h
+++ b/src/client/content_cao.h
@@ -172,7 +172,7 @@ public:
inline const v3f &getRotation() const { return m_rotation; }
- const bool isImmortal();
+ bool isImmortal() const;
inline const ObjectProperties &getProperties() const { return m_prop; }