aboutsummaryrefslogtreecommitdiffstats
path: root/build/scripts/cpp_proto_wrapper.py
diff options
context:
space:
mode:
Diffstat (limited to 'build/scripts/cpp_proto_wrapper.py')
-rw-r--r--build/scripts/cpp_proto_wrapper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/scripts/cpp_proto_wrapper.py b/build/scripts/cpp_proto_wrapper.py
index aa4f6588b1..f88fb47334 100644
--- a/build/scripts/cpp_proto_wrapper.py
+++ b/build/scripts/cpp_proto_wrapper.py
@@ -5,7 +5,7 @@ import re
import argparse
-FROM_RE = re.compile(u"((?:struct|class)\s+\S+\s+)final\s*:")
+FROM_RE = re.compile(u"((?:struct|class)\\s+\\S+\\s+)final\\s*:")
TO_RE = "\\1:"