From 7957f320052b8b724af43f779282fa63cefd4513 Mon Sep 17 00:00:00 2001 From: Neil Date: Wed, 28 Mar 2018 10:53:44 +1100 Subject: Templatize decorations to allow 32-bit or 64-bit positions. --- src/Decoration.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Decoration.h') diff --git a/src/Decoration.h b/src/Decoration.h index 76f00ec55..1461f2f98 100644 --- a/src/Decoration.h +++ b/src/Decoration.h @@ -50,9 +50,9 @@ public: virtual void SetClickNotified(bool notified) = 0; }; -std::unique_ptr DecorationCreate(int indicator); +std::unique_ptr DecorationCreate(bool largeDocument, int indicator); -std::unique_ptr DecorationListCreate(); +std::unique_ptr DecorationListCreate(bool largeDocument); } -- cgit v1.2.3