mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 11:28:12 +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
|
@ -88,7 +88,7 @@ private:
|
|||
inline const LogStream& operator<<(const LogStream& stream, const TextRange& value)
|
||||
{
|
||||
if (!value.is_valid())
|
||||
return stream << "GTextRange(Invalid)";
|
||||
return stream << "GUI::TextRange(Invalid)";
|
||||
return stream << value.start() << '-' << value.end();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue