commit | 48112c8b626d3930ca748328189955219b81aad0 | [log] [tgz] |
---|---|---|
author | Marian Klymov <nekto1989@gmail.com> | Sat Jun 02 19:43:31 2018 +0300 |
committer | Marian Klymov <nekto1989@gmail.com> | Sat Jun 02 19:43:31 2018 +0300 |
tree | 7247fc65d15dd540ff66fb844628444a7440edcd | |
parent | c8bb600d2729d2588e9af9d6d4a95ff0f59f63dc [diff] [blame] |
Make several methods static.
diff --git a/include/json/value.h b/include/json/value.h index 06a6c0c..b94aeec 100644 --- a/include/json/value.h +++ b/include/json/value.h
@@ -720,7 +720,7 @@ const InArgs& in, InArgs::const_iterator& itInArg, PathArgument::Kind kind); - void invalidPath(const JSONCPP_STRING& path, int location); + static void invalidPath(const JSONCPP_STRING& path, int location); Args args_; };