mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fix missing const in ServerActiveObject::getStaticData
This fixes #5033 Signed-off-by: Loic Blot <loic.blot@unix-experience.fr>
This commit is contained in:
parent
8002366097
commit
ee6d8c10ce
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ public:
|
|||
when it is created (converted from static to active - actually
|
||||
the data is the static form)
|
||||
*/
|
||||
virtual void getStaticData(std::string *result)
|
||||
virtual void getStaticData(std::string *result) const
|
||||
{
|
||||
assert(isStaticAllowed());
|
||||
*result = "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue