From 9217329239d7e86fd0e378d223fc5b8893d31bae Mon Sep 17 00:00:00 2001 From: Alex Butum Date: Tue, 8 Jul 2014 10:48:46 +0300 Subject: Init d data member from wvalue class --- json.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'json.h') 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> l; std::unique_ptr> o; -- cgit v1.2.3-54-g00ecf