Codechange: use std::vector for _language_dropdown

This commit is contained in:
glx
2019-04-13 22:53:18 +02:00
committed by glx22
parent 9195f2337a
commit 8899272614
3 changed files with 12 additions and 12 deletions

View File

@@ -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.