mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 04:09:13 +00:00
LibGUI: Remove remaining G prefixes
This commit is contained in:
parent
809490dcb6
commit
30964ba7d0
Notes:
sideshowbarker
2024-07-19 08:13:43 +09:00
Author: https://github.com/xTibor
Commit: 30964ba7d0
Pull-request: https://github.com/SerenityOS/serenity/pull/1487
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