1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-28 03:35:09 +00:00

LibProtocol: Rename namespace LibProtocol => Protocol

This commit is contained in:
Andreas Kling 2020-02-05 18:21:30 +01:00
parent f6ce24eb48
commit 5b7924b9e7
7 changed files with 9 additions and 9 deletions

View file

@ -39,7 +39,7 @@ ResourceLoader& ResourceLoader::the()
}
ResourceLoader::ResourceLoader()
: m_protocol_client(LibProtocol::Client::construct())
: m_protocol_client(Protocol::Client::construct())
{
}