From b36932e8bd6d230bc7e29809f4137c338aae5297 Mon Sep 17 00:00:00 2001 From: Iain Buclaw Date: Sun, 18 Dec 2016 22:47:13 +0100 Subject: [PATCH] Update public/private attributes of OutBuffer fields. This is so that the D and C++ sources match. --- src/root/outbuffer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: