mirror of
https://github.com/minetest/minetest.git
synced 2025-03-06 20:48:40 +01:00
reportMetadataChange; Silence clang warnings
This commit is contained in:
parent
d994f7ca5f
commit
2a69f874da
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue