mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-05 19:31:04 +00:00
Deal with compiler warnings
This commit is contained in:
parent
faecff570c
commit
a89afe1229
12 changed files with 30 additions and 30 deletions
|
@ -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; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue