Remove stray semicolon

This commit is contained in:
Frederik Gladhorn 2019-08-11 10:08:53 +02:00
parent d657448324
commit 99c2318301

View file

@ -113,7 +113,7 @@ public:
StrutRect(const StrutRect& other); StrutRect(const StrutRect& other);
inline StrutArea area() const { inline StrutArea area() const {
return m_area; return m_area;
}; }
private: private:
StrutArea m_area; StrutArea m_area;
}; };