aboutsummaryrefslogtreecommitdiff
path: root/src/client/content_cao.h
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2022-04-28 20:53:15 +0200
committersfan5 <sfan5@live.de>2022-04-30 16:49:41 +0200
commita89afe1229e327da3c397a3912b2d43d2196ea2b (patch)
tree037748c56e51da62b884d7b83dec9ccf5958e06c /src/client/content_cao.h
parentfaecff570c48350c599bcf043a7004a52ddf1b39 (diff)
downloadhax-minetest-server-a89afe1229e327da3c397a3912b2d43d2196ea2b.tar.gz
hax-minetest-server-a89afe1229e327da3c397a3912b2d43d2196ea2b.zip
Deal with compiler warnings
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; }