LibGfx: Unpublish Gfx::Size from the global namespace

This commit is contained in:
Andreas Kling 2020-02-06 13:32:14 +01:00
commit f8b00aa290
Notes: sideshowbarker 2024-07-19 09:35:00 +09:00
29 changed files with 41 additions and 43 deletions

View file

@ -115,5 +115,3 @@ inline const LogStream& operator<<(const LogStream& stream, const Size& value)
}
}
using Gfx::Size;