From 0a04bfa46d4233dce05f741d43f30e2fefdab136 Mon Sep 17 00:00:00 2001 From: Evil Eye Date: Mon, 24 Nov 2025 19:43:39 +0100 Subject: [PATCH] Fix rebase --- components/l10n/messagebundles.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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())