diff options
Diffstat (limited to 'lib/jsonParse-persistence.cpp')
-rw-r--r-- | lib/jsonParse-persistence.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/jsonParse-persistence.cpp b/lib/jsonParse-persistence.cpp index a9b9a83..fe8bf8d 100644 --- a/lib/jsonParse-persistence.cpp +++ b/lib/jsonParse-persistence.cpp @@ -92,7 +92,7 @@ namespace Persistence { wrv(std::ostream & strm, char ch) { strm.put(ch); - }; + } static inline void wrh(std::ostream & strm, char ch) { |