Fix compilation error in clang

This commit is contained in:
David Capello 2021-04-22 09:57:18 -03:00
parent 1f5b6980d3
commit 63ec1f2ae8

View File

@ -73,7 +73,7 @@ namespace ui {
void handleWindowZOrder(Window* window);
const std::vector<Window*>& getWindows() const { return m_windows; }
gfx::Size Display::workareaSizeUIScale();
gfx::Size workareaSizeUIScale();
private:
Display* m_parentDisplay;