浏览代码

Remove superfluous const from return type in json_stream_parser.h (#5295)

Michał Janiszewski 7 年之前
父节点
当前提交
75a1850853
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/google/protobuf/util/internal/json_stream_parser.h

+ 1 - 1
src/google/protobuf/util/internal/json_stream_parser.h

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