mirror of
https://github.com/OpenMW/openmw.git
synced 2025-12-24 13:53:08 +00:00
Fix rebase
This commit is contained in:
parent
bb4937f827
commit
0a04bfa46d
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ namespace L10n
|
|||
}
|
||||
|
||||
protected:
|
||||
void visitedPlaceholder(Placeholder, char, int, int, Notation) override
|
||||
void visitedPlaceholder(Placeholder, int, int, int, Notation) override
|
||||
{
|
||||
mOut += '{';
|
||||
if (mVariableIndex < mVariableNames.size() && !mVariableNames[mVariableIndex].empty())
|
||||
|
|
|
|||
Loading…
Reference in a new issue