diff options
| author | ljfa-ag <ljfa-ag@web.de> | 2015-08-10 22:58:30 +0200 |
|---|---|---|
| committer | ljfa-ag <ljfa-ag@web.de> | 2015-08-10 22:58:30 +0200 |
| commit | 2c43e00b12c9f26aad6f76e3a723bc231c9348b5 (patch) | |
| tree | 11518c383cf58dd6000e682e0d64c1dbeab512ae /src/text/json_formatter.cpp | |
| parent | 85df484ff7aa34dd62fb6807ad0001a72f485c86 (diff) | |
| download | Project-Tick-2c43e00b12c9f26aad6f76e3a723bc231c9348b5.tar.gz Project-Tick-2c43e00b12c9f26aad6f76e3a723bc231c9348b5.zip | |
Add operator<< for tag, using json_formatter
Diffstat (limited to 'src/text/json_formatter.cpp')
| -rw-r--r-- | src/text/json_formatter.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/text/json_formatter.cpp b/src/text/json_formatter.cpp index f5dc2bb661..7b73a26951 100644 --- a/src/text/json_formatter.cpp +++ b/src/text/json_formatter.cpp @@ -29,6 +29,7 @@ namespace text namespace //anonymous { + ///Helper class which uses the Visitor pattern to pretty-print tags class json_fmt_visitor : public const_nbt_visitor { public: |
