From 062f85d0d282162a3e829491ac422b96544215fd Mon Sep 17 00:00:00 2001 From: Neil Date: Wed, 28 Mar 2018 10:08:25 +1100 Subject: Split decorations into interface and implementation. --- 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 2ff17f8d2..4e3ac3a21 100644 --- a/src/Document.h +++ b/src/Document.h @@ -263,7 +263,7 @@ public: bool backspaceUnindents; double durationStyleOneLine; - DecorationList decorations; + std::unique_ptr decorations; Document(int options); // Deleted so Document objects can not be copied. -- cgit v1.2.3