diff options
author | Petr Mrázek <peterix@gmail.com> | 2015-09-06 23:46:38 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2015-09-06 23:46:38 +0200 |
commit | b8cdcdb96b4267e5dd9f4df2728df3a1dfb9ecf7 (patch) | |
tree | f462a0abdbce52a120d816cf60f0b9d00c4cab1a /depends/libnbtplusplus/include/text/json_formatter.h | |
parent | 38693e1d6ca7f05d9488348ddf298488d1cc0995 (diff) | |
download | MultiMC-b8cdcdb96b4267e5dd9f4df2728df3a1dfb9ecf7.tar MultiMC-b8cdcdb96b4267e5dd9f4df2728df3a1dfb9ecf7.tar.gz MultiMC-b8cdcdb96b4267e5dd9f4df2728df3a1dfb9ecf7.tar.lz MultiMC-b8cdcdb96b4267e5dd9f4df2728df3a1dfb9ecf7.tar.xz MultiMC-b8cdcdb96b4267e5dd9f4df2728df3a1dfb9ecf7.zip |
GH-1047 build fixes
Diffstat (limited to 'depends/libnbtplusplus/include/text/json_formatter.h')
-rw-r--r-- | depends/libnbtplusplus/include/text/json_formatter.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; }; |