mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 22:27:35 +00:00
PixelPaint: Convert to east-const style
This commit is contained in:
parent
242742b6c2
commit
29e80178a8
23 changed files with 72 additions and 72 deletions
|
@ -57,7 +57,7 @@ private:
|
|||
|
||||
bool is_moving_gadget() const { return m_moving_gadget_index.has_value(); }
|
||||
|
||||
Optional<size_t> gadget_at(const Gfx::IntPoint&);
|
||||
Optional<size_t> gadget_at(Gfx::IntPoint const&);
|
||||
|
||||
Vector<Gadget> m_gadgets;
|
||||
RefPtr<Image> m_image;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue