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. --- test/unit/makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'test/unit/makefile') diff --git a/test/unit/makefile b/test/unit/makefile index 9830ee794..866727505 100644 --- a/test/unit/makefile +++ b/test/unit/makefile @@ -68,6 +68,7 @@ Geometry.o \ PerLine.o \ RESearch.o \ RunStyles.o \ +UndoHistory.o \ UniConversion.o \ UniqueString.o -- cgit v1.2.3