diff options
| author | Neil <nyamatongwe@gmail.com> | 2024-02-01 08:56:45 +1100 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2024-02-01 08:56:45 +1100 |
| commit | c6b542f84e65083552e52768db7bb4c11dcd7a64 (patch) | |
| tree | e97a615381f422e67df985b18b3a50a56cb5590b /test/unit/test.mak | |
| parent | 1345bb5b0e10e213fb1943fe491679d6fe45e9b0 (diff) | |
| download | scintilla-mirror-c6b542f84e65083552e52768db7bb4c11dcd7a64.tar.gz | |
Move UndoHistory into its own module that is accessible from CellBuffer and
tests but hidden from most of Scintilla.
Access through std::unique_ptr.
Diffstat (limited to 'test/unit/test.mak')
| -rw-r--r-- | test/unit/test.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/unit/test.mak b/test/unit/test.mak index 10a6ebac7..e4a448f8c 100644 --- a/test/unit/test.mak +++ b/test/unit/test.mak @@ -25,6 +25,7 @@ TESTEDSRC=\ ../../src/PerLine.cxx \ ../../src/RESearch.cxx \ ../../src/RunStyles.cxx \ + ../../src/UndoHistory.cxx \ ../../src/UniConversion.cxx \ ../../src/UniqueString.cxx |
