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:
Shannon Booth
2020-03-07 11:37:51 +13:00
committed by Andreas Kling
parent 4a271430f8
commit 57f1c919df
17 changed files with 42 additions and 34 deletions

View File

@@ -77,7 +77,7 @@ public:
case Type::Local:
return m_local_address;
default:
return "[CSocketAddress]";
return "[SocketAddress]";
}
}