diff options
Diffstat (limited to 'Userland/Applications/FontEditor/CMakeLists.txt')
-rw-r--r-- | Userland/Applications/FontEditor/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Applications/FontEditor/CMakeLists.txt b/Userland/Applications/FontEditor/CMakeLists.txt index 31ee3f79c6..2e6339d61e 100644 --- a/Userland/Applications/FontEditor/CMakeLists.txt +++ b/Userland/Applications/FontEditor/CMakeLists.txt @@ -17,7 +17,7 @@ set(SOURCES NewFontDialog.cpp NewFontDialogPage1GML.h NewFontDialogPage2GML.h - UndoGlyph.h + UndoSelection.h ) serenity_app(FontEditor ICON app-font-editor) |