diff --git a/src/root/outbuffer.h b/src/root/outbuffer.h index a78d5d0336e7..39eacbfdba48 100644 --- a/src/root/outbuffer.h +++ b/src/root/outbuffer.h @@ -27,11 +27,11 @@ struct OutBuffer { unsigned char *data; size_t offset; -private: size_t size; int level; bool doindent; +private: bool notlinehead; public: