mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 19:37:34 +00:00
LibGfx: Mark static method as static
This commit is contained in:
parent
4b4f23165f
commit
a4b207e04f
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue