mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 20:47:45 +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
|
@ -25,7 +25,7 @@ public:
|
|||
|
||||
private:
|
||||
Gfx::Color get_color() const;
|
||||
Gfx::IntRect build_rect(const Gfx::IntPoint& pos, const Gfx::IntRect& widget_rect);
|
||||
Gfx::IntRect build_rect(Gfx::IntPoint const& pos, Gfx::IntRect const& widget_rect);
|
||||
RefPtr<GUI::Menu> m_context_menu;
|
||||
|
||||
bool m_use_secondary_color { false };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue