mirror of
https://github.com/minetest/minetest.git
synced 2024-11-04 14:53:45 +01:00
reportMetadataChange; Silence clang warnings
This commit is contained in:
parent
d994f7ca5f
commit
2a69f874da
@ -45,7 +45,7 @@ void PlayerMetaRef::clearMeta()
|
||||
metadata->clear();
|
||||
}
|
||||
|
||||
void PlayerMetaRef::reportMetadataChange()
|
||||
void PlayerMetaRef::reportMetadataChange(const std::string *name)
|
||||
{
|
||||
// TODO
|
||||
}
|
||||
|
@ -40,7 +40,7 @@ private:
|
||||
|
||||
virtual void clearMeta();
|
||||
|
||||
virtual void reportMetadataChange();
|
||||
virtual void reportMetadataChange(const std::string *name = nullptr);
|
||||
|
||||
// garbage collector
|
||||
static int gc_object(lua_State *L);
|
||||
|
Loading…
Reference in New Issue
Block a user