mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 10:38:11 +00:00
LibGUI: Remove remaining G prefixes
This commit is contained in:
parent
809490dcb6
commit
30964ba7d0
4 changed files with 5 additions and 5 deletions
|
@ -60,7 +60,7 @@ private:
|
|||
inline const LogStream& operator<<(const LogStream& stream, const TextPosition& value)
|
||||
{
|
||||
if (!value.is_valid())
|
||||
return stream << "GTextPosition(Invalid)";
|
||||
return stream << "GUI::TextPosition(Invalid)";
|
||||
return stream << String::format("(%zu,%zu)", value.line(), value.column());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue