From aa3695ec24dee9c2ec3205f6011c4631ed06bf9d Mon Sep 17 00:00:00 2001 From: FuzzTest Team Date: Mon, 4 May 2026 21:40:47 -0700 Subject: [PATCH] No public description PiperOrigin-RevId: 910421843 --- grammar_codegen/backend.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grammar_codegen/backend.h b/grammar_codegen/backend.h index 220273620..3cccc37b0 100644 --- a/grammar_codegen/backend.h +++ b/grammar_codegen/backend.h @@ -62,7 +62,7 @@ class CodeGenerator { // Get the name of the generated class for the block. std::string GetClassName(const Block& block); - std::string GetClassNameForSymbol(const std::string id); + std::string GetClassNameForSymbol(std::string id); std::string GetClassNameForLiteral(absl::string_view s); std::string GetClassNameForCharSet(absl::string_view s);