diff options
author | sfan5 <sfan5@live.de> | 2022-04-28 20:53:15 +0200 |
---|---|---|
committer | sfan5 <sfan5@live.de> | 2022-04-30 16:49:41 +0200 |
commit | a89afe1229e327da3c397a3912b2d43d2196ea2b (patch) | |
tree | 037748c56e51da62b884d7b83dec9ccf5958e06c /src/client/content_cao.h | |
parent | faecff570c48350c599bcf043a7004a52ddf1b39 (diff) | |
download | minetest-a89afe1229e327da3c397a3912b2d43d2196ea2b.tar.gz minetest-a89afe1229e327da3c397a3912b2d43d2196ea2b.tar.bz2 minetest-a89afe1229e327da3c397a3912b2d43d2196ea2b.zip |
Deal with compiler warnings
Diffstat (limited to 'src/client/content_cao.h')
-rw-r--r-- | src/client/content_cao.h | 2 |
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; } |