1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Fix lint since recent player to db merge

This commit is contained in:
Loic Blot 2017-04-23 16:22:53 +02:00
parent 29ab20c272
commit d7ddceac73
No known key found for this signature in database
GPG key ID: EFAA458E8C153987
4 changed files with 7 additions and 4 deletions

View file

@ -38,6 +38,7 @@ enum RemotePlayerChatResult
class RemotePlayer : public Player
{
friend class PlayerDatabaseFiles;
public:
RemotePlayer(const char *name, IItemDefManager *idef);
virtual ~RemotePlayer() {}