mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 15:46:33 +00:00
AK+Kernel: Make BitmapView read-only
This commit is contained in:
parent
850db15d66
commit
bf7a2ff941
Notes:
sideshowbarker
2024-07-18 01:20:15 +09:00
Author: https://github.com/BenWiederhake
Commit: bf7a2ff941
Pull-request: https://github.com/SerenityOS/serenity/pull/10824
Reviewed-by: https://github.com/ADKaster
3 changed files with 2 additions and 11 deletions
|
@ -37,7 +37,6 @@ public:
|
|||
{
|
||||
}
|
||||
|
||||
[[nodiscard]] BitmapView view() { return { m_data, m_size }; }
|
||||
[[nodiscard]] BitmapView const view() const { return { m_data, m_size }; }
|
||||
|
||||
Bitmap(Bitmap&& other)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue