summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/Makefile
diff options
context:
space:
mode:
authorBen Wiederhake <BenWiederhake.GitHub@gmx.de>2020-05-01 02:09:04 +0200
committerAndreas Kling <kling@serenityos.org>2020-05-02 14:12:36 +0200
commitef433cb367d1b94002f799a5a7b9019ac04b1ee7 (patch)
tree5fd9de94e946920f89ab8f670492da9dc3252846 /Libraries/LibGUI/Makefile
parent8e01356b2f16393932f62354b1564e6676cbe791 (diff)
downloadserenity-ef433cb367d1b94002f799a5a7b9019ac04b1ee7.zip
LibGUI: The UI calls it 'Icon view', fix the name in the code
Diffstat (limited to 'Libraries/LibGUI/Makefile')
-rw-r--r--Libraries/LibGUI/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Libraries/LibGUI/Makefile b/Libraries/LibGUI/Makefile
index c02572d276..2535132435 100644
--- a/Libraries/LibGUI/Makefile
+++ b/Libraries/LibGUI/Makefile
@@ -28,8 +28,8 @@ OBJS = \
Frame.o \
GroupBox.o \
Icon.o \
+ IconView.o \
InputBox.o \
- ItemView.o \
INILexer.o \
INISyntaxHighlighter.o \
JsonArrayModel.o \