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

LibGfx: Mark static method as static

This commit is contained in:
Ben Wiederhake 2020-11-30 20:53:23 +01:00 committed by Andreas Kling
parent 4b4f23165f
commit a4b207e04f

View file

@ -143,7 +143,7 @@ public:
|| format == BitmapFormat::Indexed2 || format == BitmapFormat::Indexed1;
}
size_t palette_size(BitmapFormat format) const
static size_t palette_size(BitmapFormat format)
{
switch (format) {
case BitmapFormat::Indexed1: