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. --- gtk/makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'gtk/makefile') diff --git a/gtk/makefile b/gtk/makefile index 17816f531..df0c71348 100644 --- a/gtk/makefile +++ b/gtk/makefile @@ -149,6 +149,7 @@ SRC_OBJS = \ RunStyles.o \ Selection.o \ Style.o \ + UndoHistory.o \ UniConversion.o \ UniqueString.o \ ViewStyle.o \ -- cgit v1.2.3