diff options
author | Claudius "keldu" Holeksa <mail@keldu.de> | 2024-02-14 11:17:23 +0100 |
---|---|---|
committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2024-02-14 11:17:23 +0100 |
commit | 2b072c7ec0578ce96b20e076fc6601d90e8b9dcc (patch) | |
tree | 019c0441d83c07df8d16301963ffcea6a1dc2beb /modules/codec-json/c++/json.hpp | |
parent | d6380ea2911800882e1470e4ce1172bbeabf5dd2 (diff) |
codec-json: Trying to add more prettyfied json encoding
Diffstat (limited to 'modules/codec-json/c++/json.hpp')
-rw-r--r-- | modules/codec-json/c++/json.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/codec-json/c++/json.hpp b/modules/codec-json/c++/json.hpp index 20342e3..b77f328 100644 --- a/modules/codec-json/c++/json.hpp +++ b/modules/codec-json/c++/json.hpp @@ -95,7 +95,7 @@ public: /** * Constructor */ - codec(const codec_config<encode::Json>& cfg__):cfg_{cfg_}{} + codec(const codec_config<encode::Json>& cfg__):cfg_{cfg__}{} SAW_FORBID_COPY(codec); SAW_DEFAULT_MOVE(codec); |