1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 16:27:35 +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 \
Widget.o \
RootWidget.o \
ColorSDL.o \
Color.o \
Painter.o \
Label.o \
Button.o \