1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 18:47:44 +00:00

ColorSDL.cpp -> Color.cpp

This commit is contained in:
Andreas Kling 2019-01-10 05:29:36 +01:00
parent f603c17136
commit df799e6d7b
2 changed files with 1 additions and 1 deletions

View file

@ -14,7 +14,7 @@ VFS_OBJS = \
Object.o \ Object.o \
Widget.o \ Widget.o \
RootWidget.o \ RootWidget.o \
ColorSDL.o \ Color.o \
Painter.o \ Painter.o \
Label.o \ Label.o \
Button.o \ Button.o \