1
0
Fork 0
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:
rubenwardy 2017-01-31 16:18:45 +00:00
parent bbdd869d72
commit 13f94ecad5
2 changed files with 15 additions and 15 deletions

View file

@ -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);