File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -720,7 +720,7 @@ class JSON_API Path {
720
720
const InArgs& in,
721
721
InArgs::const_iterator& itInArg,
722
722
PathArgument::Kind kind);
723
- void invalidPath (const JSONCPP_STRING& path, int location);
723
+ static void invalidPath (const JSONCPP_STRING& path, int location);
724
724
725
725
Args args_;
726
726
};
Original file line number Diff line number Diff line change @@ -249,7 +249,7 @@ class JSONCPP_DEPRECATED("Use StreamWriterBuilder instead") JSON_API
249
249
void unindent ();
250
250
void writeCommentBeforeValue (const Value& root);
251
251
void writeCommentAfterValueOnSameLine (const Value& root);
252
- bool hasCommentForValue (const Value& value);
252
+ static bool hasCommentForValue (const Value& value);
253
253
static JSONCPP_STRING normalizeEOL (const JSONCPP_STRING& text);
254
254
255
255
typedef std::vector<JSONCPP_STRING> ChildValues;
@@ -323,7 +323,7 @@ class JSONCPP_DEPRECATED("Use StreamWriterBuilder instead") JSON_API
323
323
void unindent ();
324
324
void writeCommentBeforeValue (const Value& root);
325
325
void writeCommentAfterValueOnSameLine (const Value& root);
326
- bool hasCommentForValue (const Value& value);
326
+ static bool hasCommentForValue (const Value& value);
327
327
static JSONCPP_STRING normalizeEOL (const JSONCPP_STRING& text);
328
328
329
329
typedef std::vector<JSONCPP_STRING> ChildValues;
You can’t perform that action at this time.
0 commit comments