From b8cdcdb96b4267e5dd9f4df2728df3a1dfb9ecf7 Mon Sep 17 00:00:00 2001 From: Petr Mrázek Date: Sun, 6 Sep 2015 23:46:38 +0200 Subject: GH-1047 build fixes --- depends/libnbtplusplus/include/text/json_formatter.h | 1 + 1 file changed, 1 insertion(+) (limited to 'depends/libnbtplusplus/include/text/json_formatter.h') diff --git a/depends/libnbtplusplus/include/text/json_formatter.h b/depends/libnbtplusplus/include/text/json_formatter.h index 1762e910..ec653731 100644 --- a/depends/libnbtplusplus/include/text/json_formatter.h +++ b/depends/libnbtplusplus/include/text/json_formatter.h @@ -38,6 +38,7 @@ namespace text class NBT___EXPORT json_formatter { public: + json_formatter() {}; void print(std::ostream& os, const tag& t) const; }; -- cgit