mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:27:34 +00:00
LibGfx: Fix const-correctness issues
This commit is contained in:
parent
38b6eedd54
commit
bfe081caad
9 changed files with 16 additions and 13 deletions
|
@ -27,7 +27,7 @@ public:
|
|||
V4 = 108,
|
||||
};
|
||||
|
||||
ByteBuffer dump(RefPtr<Bitmap> const, DibHeader dib_header = DibHeader::V4);
|
||||
ByteBuffer dump(RefPtr<Bitmap const>, DibHeader dib_header = DibHeader::V4);
|
||||
|
||||
inline void set_compression(Compression compression) { m_compression = compression; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue