|
@@ -95,7 +95,7 @@ class PROTOBUF_EXPORT JsonStreamParser {
|
|
private:
|
|
private:
|
|
friend class JsonStreamParserTest;
|
|
friend class JsonStreamParserTest;
|
|
// Return the current recursion depth.
|
|
// Return the current recursion depth.
|
|
- const int recursion_depth() { return recursion_depth_; }
|
|
|
|
|
|
+ int recursion_depth() { return recursion_depth_; }
|
|
|
|
|
|
enum TokenType {
|
|
enum TokenType {
|
|
BEGIN_STRING, // " or '
|
|
BEGIN_STRING, // " or '
|