Fix build.
This commit is contained in:
parent
535f298621
commit
2a7367c1a8
5 changed files with 7 additions and 9 deletions
|
|
@ -304,8 +304,8 @@ public:
|
|||
int getTeam (edict_t *ent);
|
||||
|
||||
// adds translation pair from config
|
||||
void addTranslation (const String &m_origBytes, const String &translated) {
|
||||
m_language.push (m_origBytes, translated);
|
||||
void addTranslation (const String &original, const String &translated) {
|
||||
m_language.push (original, translated);
|
||||
}
|
||||
|
||||
// clear the translation table
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue