diff options
Diffstat (limited to 'ZAPD/OutputFormatter.h')
| -rw-r--r-- | ZAPD/OutputFormatter.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ZAPD/OutputFormatter.h b/ZAPD/OutputFormatter.h index b024d95..28955b1 100644 --- a/ZAPD/OutputFormatter.h +++ b/ZAPD/OutputFormatter.h @@ -29,7 +29,7 @@ private: static int WriteStatic(const char* buf, int count); public: - OutputFormatter(uint32_t tabSize = 4, uint32_t defaultIndent = 4, uint32_t lineLimit = 120); + OutputFormatter(uint32_t tabSize = 4, uint32_t indentation = 4, uint32_t lineLimit = 120); int (*StaticWriter())(const char* buf, int count); // Must be `int` due to libgfxd @@ -37,4 +37,4 @@ public: int Write(const std::string& buf); std::string GetOutput(); -};
\ No newline at end of file +}; |
