summaryrefslogtreecommitdiff
path: root/src/strings_func.h
diff options
context:
space:
mode:
authorglx <glx@openttd.org>2019-04-13 22:53:18 +0200
committerglx22 <glx22@users.noreply.github.com>2019-04-18 21:49:34 +0200
commit889927261452da616c5289f016e84b6f201141e8 (patch)
tree63942e5a7267bd23c61e81818c8969164629db79 /src/strings_func.h
parent9195f2337a7c4f9154058877093bbb74db33cf32 (diff)
downloadopenttd-889927261452da616c5289f016e84b6f201141e8.tar.xz
Codechange: use std::vector for _language_dropdown
Diffstat (limited to 'src/strings_func.h')
-rw-r--r--src/strings_func.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strings_func.h b/src/strings_func.h
index a5e2e1ca2..d0fbde495 100644
--- a/src/strings_func.h
+++ b/src/strings_func.h
@@ -238,7 +238,7 @@ extern TextDirection _current_text_dir; ///< Text direction of the currently sel
void InitializeLanguagePacks();
const char *GetCurrentLanguageIsoCode();
-int CDECL StringIDSorter(const StringID *a, const StringID *b);
+bool StringIDSorter(const StringID &a, const StringID &b);
/**
* A searcher for missing glyphs.