diff options
| author | ljfa-ag <ljfa-ag@web.de> | 2015-08-11 11:38:53 +0200 |
|---|---|---|
| committer | ljfa-ag <ljfa-ag@web.de> | 2015-08-11 11:38:53 +0200 |
| commit | a830cf0ef509ad0b0145df4f0a01f4905e360eb7 (patch) | |
| tree | 251605a4044286542ab6123137d98e1e0eb024a4 /include | |
| parent | 9c2cea3e85872e1e5005b51b16fa1e6876bf1011 (diff) | |
| download | Project-Tick-a830cf0ef509ad0b0145df4f0a01f4905e360eb7.tar.gz Project-Tick-a830cf0ef509ad0b0145df4f0a01f4905e360eb7.zip | |
Rename json_formatter::write to print
Diffstat (limited to 'include')
| -rw-r--r-- | include/text/json_formatter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/text/json_formatter.h b/include/text/json_formatter.h index 6a3e6aff00..c0d1bfc396 100644 --- a/include/text/json_formatter.h +++ b/include/text/json_formatter.h @@ -36,7 +36,7 @@ namespace text class json_formatter { public: - void write(std::ostream& os, const tag& t) const; + void print(std::ostream& os, const tag& t) const; }; } |
