Remove stray semicolon
This commit is contained in:
parent
d657448324
commit
99c2318301
1 changed files with 1 additions and 1 deletions
2
utils.h
2
utils.h
|
@ -113,7 +113,7 @@ public:
|
|||
StrutRect(const StrutRect& other);
|
||||
inline StrutArea area() const {
|
||||
return m_area;
|
||||
};
|
||||
}
|
||||
private:
|
||||
StrutArea m_area;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue