1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 04:17:35 +00:00

LibGfx: Unpublish FloatPoint from the global namespace

This commit is contained in:
Andreas Kling 2020-02-06 14:35:54 +01:00
parent 5c2028db24
commit 8bb75084fd
5 changed files with 5 additions and 7 deletions

View file

@ -137,7 +137,7 @@ public:
template<typename T>
T* first_ancestor_of_type();
FloatPoint box_type_agnostic_position() const;
Gfx::FloatPoint box_type_agnostic_position() const;
protected:
explicit LayoutNode(const Node*);