mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Make NodeMetaRef::getmeta a non-static member
This commit is contained in:
parent
bbdd869d72
commit
13f94ecad5
2 changed files with 15 additions and 15 deletions
|
@ -52,7 +52,7 @@ private:
|
|||
* @param auto_create when true, try to create metadata information for the node if it has none.
|
||||
* @return pointer to a @c NodeMetadata object or @c NULL in case of error.
|
||||
*/
|
||||
static NodeMetadata* getmeta(NodeMetaRef *ref, bool auto_create);
|
||||
virtual NodeMetadata* getmeta(bool auto_create);
|
||||
|
||||
static void reportMetadataChange(NodeMetaRef *ref);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue