mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 14:57:35 +00:00
Move some more classes to the new coding style.
This commit is contained in:
parent
a2ec09bc20
commit
7750e6952b
20 changed files with 113 additions and 114 deletions
|
@ -13,8 +13,8 @@ public:
|
|||
int width() const { return m_width; }
|
||||
int height() const { return m_height; }
|
||||
|
||||
void setWidth(int w) { m_width = w; }
|
||||
void setHeight(int h) { m_height = h; }
|
||||
void set_width(int w) { m_width = w; }
|
||||
void set_height(int h) { m_height = h; }
|
||||
|
||||
bool operator==(const Size& other) const
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue