summaryrefslogtreecommitdiff
path: root/src/player.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/player.h')
-rw-r--r--src/player.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/player.h b/src/player.h
index 098a4d153..93197d374 100644
--- a/src/player.h
+++ b/src/player.h
@@ -335,7 +335,7 @@ public:
RemotePlayer(IGameDef *gamedef): Player(gamedef), m_sao(0) {}
virtual ~RemotePlayer() {}
- void save(const std::string &savedir);
+ void save(std::string savedir);
PlayerSAO *getPlayerSAO()
{ return m_sao; }