From c6b542f84e65083552e52768db7bb4c11dcd7a64 Mon Sep 17 00:00:00 2001 From: Neil Date: Thu, 1 Feb 2024 08:56:45 +1100 Subject: Move UndoHistory into its own module that is accessible from CellBuffer and tests but hidden from most of Scintilla. Access through std::unique_ptr. --- win32/makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'win32/makefile') diff --git a/win32/makefile b/win32/makefile index e2cd4ce50..0ef6b23af 100644 --- a/win32/makefile +++ b/win32/makefile @@ -108,6 +108,7 @@ SRC_OBJS = \ $(DIR_O)/RunStyles.o \ $(DIR_O)/Selection.o \ $(DIR_O)/Style.o \ + $(DIR_O)/UndoHistory.o \ $(DIR_O)/UniConversion.o \ $(DIR_O)/UniqueString.o \ $(DIR_O)/ViewStyle.o \ -- cgit v1.2.3