summaryrefslogtreecommitdiff
path: root/AK/Bitmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'AK/Bitmap.h')
-rw-r--r--AK/Bitmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/AK/Bitmap.h b/AK/Bitmap.h
index bea24f7d30..25532b884e 100644
--- a/AK/Bitmap.h
+++ b/AK/Bitmap.h
@@ -60,7 +60,7 @@ public:
m_data = nullptr;
}
- [[nodiscard]] BitmapView const view() const { return *this; }
+ [[nodiscard]] BitmapView view() const { return *this; }
void set(size_t index, bool value)
{