mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
LibCore: Remove all remaining C prefix references
LibCore's GZip is also moved into the Core namespace with this change.
This commit is contained in:
committed by
Andreas Kling
parent
4a271430f8
commit
57f1c919df
@@ -77,7 +77,7 @@ public:
|
||||
case Type::Local:
|
||||
return m_local_address;
|
||||
default:
|
||||
return "[CSocketAddress]";
|
||||
return "[SocketAddress]";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user