mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 11:17:44 +00:00
LibGfx: Unpublish Gfx::Point from global namespace
This commit is contained in:
parent
20cfd2a6bf
commit
9b87843af1
34 changed files with 51 additions and 53 deletions
|
@ -184,7 +184,7 @@ public:
|
|||
return m_value.as_float;
|
||||
}
|
||||
|
||||
Point as_point() const
|
||||
Gfx::Point as_point() const
|
||||
{
|
||||
return { m_value.as_point.x, m_value.as_point.y };
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue