mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 12:37:45 +00:00
WindowServer: Make various function arguments const.
This commit is contained in:
parent
dcf6726487
commit
0cad4bdc90
13 changed files with 123 additions and 123 deletions
|
@ -33,7 +33,7 @@ public:
|
|||
WSWindow* switcher_window() { return m_switcher_window.ptr(); }
|
||||
|
||||
private:
|
||||
virtual void on_message(WSMessage&) override;
|
||||
virtual void on_message(const WSMessage&) override;
|
||||
|
||||
OwnPtr<WSWindow> m_switcher_window;
|
||||
Rect m_rect;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue