1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-12-24 13:53:08 +00:00

Fix rebase

This commit is contained in:
Evil Eye 2025-11-24 19:43:39 +01:00
parent bb4937f827
commit 0a04bfa46d

View file

@ -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())