From 6fb4db4d6e160550a0889e209174b86e94bfe672 Mon Sep 17 00:00:00 2001 From: Neil Date: Fri, 2 Feb 2018 14:34:55 +1100 Subject: Backport: Implement SC_DOCUMENTOPTION_STYLES_NONE. Backport of changeset 6448:431b814a54a6. --- src/Document.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Document.h') diff --git a/src/Document.h b/src/Document.h index 7b6921e21..f69c2a34e 100644 --- a/src/Document.h +++ b/src/Document.h @@ -265,7 +265,7 @@ public: DecorationList decorations; - Document(); + Document(int options); // Deleted so Document objects can not be copied. Document(const Document &) = delete; void operator=(const Document &) = delete; -- cgit v1.2.3