Index: third_party/protobuf/src/google/protobuf/io/coded_stream.h |
diff --git a/third_party/protobuf/src/google/protobuf/io/coded_stream.h b/third_party/protobuf/src/google/protobuf/io/coded_stream.h |
index c81a33ac6b25c459819fa4c48a0b885675e194cf..db212f74e9083e2ed5e2ddc93785fab2c2985442 100644 |
--- a/third_party/protobuf/src/google/protobuf/io/coded_stream.h |
+++ b/third_party/protobuf/src/google/protobuf/io/coded_stream.h |
@@ -613,7 +613,7 @@ class LIBPROTOBUF_EXPORT CodedInputStream { |
static const int kDefaultTotalBytesWarningThreshold = 32 << 20; // 32MB |
- static int default_recursion_limit_; // 100 by default. |
+ static const int default_recursion_limit_; // 100 by default. |
}; |
// Class which encodes and writes binary data which is composed of varint- |