aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--json.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/json.h b/json.h
index d3b9839..1e4a7c2 100644
--- a/json.h
+++ b/json.h
@@ -939,7 +939,7 @@ namespace crow
type t() { return t_; }
private:
type t_{type::Null};
- double d;
+ double d {};
std::string s;
std::unique_ptr<std::vector<wvalue>> l;
std::unique_ptr<std::unordered_map<std::string, wvalue>> o;