Index: third_party/protobuf/src/google/protobuf/io/coded_stream.cc |
diff --git a/third_party/protobuf/src/google/protobuf/io/coded_stream.cc b/third_party/protobuf/src/google/protobuf/io/coded_stream.cc |
index d8354c1f9cef5d46543873e229852bffb178472e..5a29244fec7826ec3e43fff05dd5536c41cf51f5 100644 |
--- a/third_party/protobuf/src/google/protobuf/io/coded_stream.cc |
+++ b/third_party/protobuf/src/google/protobuf/io/coded_stream.cc |
@@ -83,7 +83,7 @@ CodedInputStream::~CodedInputStream() { |
} |
// Static. |
-int CodedInputStream::default_recursion_limit_ = 100; |
+int const CodedInputStream::default_recursion_limit_ = 100; |
void CodedOutputStream::EnableAliasing(bool enabled) { |