summaryrefslogtreecommitdiff
path: root/src/fios.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-03-04 00:13:52 +0000
committerrubidium <rubidium@openttd.org>2009-03-04 00:13:52 +0000
commit908e850b5aafae69fe9da04555ae8aca6682f7e5 (patch)
tree92fb15de26bbc0324614d859746420224d100181 /src/fios.h
parentf1a96c557726899caea40b94c8e3a8d168c98788 (diff)
downloadopenttd-908e850b5aafae69fe9da04555ae8aca6682f7e5.tar.xz
(svn r15605) -Codechange: constify a function
Diffstat (limited to 'src/fios.h')
-rw-r--r--src/fios.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fios.h b/src/fios.h
index 13c8bb295..f119dd75c 100644
--- a/src/fios.h
+++ b/src/fios.h
@@ -98,7 +98,7 @@ void FiosGetHeightmapList(SaveLoadDialogMode mode);
/* Free the list of savegames */
void FiosFreeSavegameList();
/* Browse to. Returns a filename w/path if we reached a file. */
-char *FiosBrowseTo(const FiosItem *item);
+const char *FiosBrowseTo(const FiosItem *item);
/* Return path, free space and stringID */
StringID FiosGetDescText(const char **path, uint64 *total_free);
/* Delete a name */