summaryrefslogtreecommitdiff
path: root/src/gamelog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gamelog.h')
-rw-r--r--src/gamelog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gamelog.h b/src/gamelog.h
index e7951c50c..d9e0dd529 100644
--- a/src/gamelog.h
+++ b/src/gamelog.h
@@ -48,7 +48,7 @@ bool GamelogTestEmergency();
void GamelogRevision();
void GamelogMode();
void GamelogOldver();
-void GamelogSetting(const char *name, int32 oldval, int32 newval);
+void GamelogSetting(const std::string &name, int32 oldval, int32 newval);
void GamelogGRFUpdate(const GRFConfig *oldg, const GRFConfig *newg);
void GamelogGRFAddList(const GRFConfig *newg);