mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-04 08:46:09 +00:00
Fix compilation error in clang
This commit is contained in:
parent
1f5b6980d3
commit
63ec1f2ae8
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user