From ec792d93a73e49738d4ded361f23acfae3a00e94 Mon Sep 17 00:00:00 2001 From: ljfa Date: Sun, 13 Sep 2015 19:47:30 +0200 Subject: Fix ambiguities and missing default constructor Compiler errors that g++ didn't report --- include/text/json_formatter.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/text/json_formatter.h b/include/text/json_formatter.h index c0d1bfc396..4f3e434177 100644 --- a/include/text/json_formatter.h +++ b/include/text/json_formatter.h @@ -36,6 +36,7 @@ namespace text class json_formatter { public: + json_formatter() {} void print(std::ostream& os, const tag& t) const; }; -- cgit 0.0.5-2-1-g0f52