diff --git a/components/l10n/messagebundles.cpp b/components/l10n/messagebundles.cpp index 410dc2ec8c..7d37b4358f 100644 --- a/components/l10n/messagebundles.cpp +++ b/components/l10n/messagebundles.cpp @@ -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())