mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-18 08:20:44 +00:00
LookupServer: Move into LookupServer
namespace
This commit is contained in:
parent
7e9122950e
commit
314f966745
Notes:
sideshowbarker
2024-07-18 22:34:20 +09:00
Author: https://github.com/bugaevc
Commit: 314f966745
Pull-request: https://github.com/SerenityOS/serenity/pull/5238
Reviewed-by: https://github.com/alimpfard
10 changed files with 37 additions and 1 deletions
|
@ -37,7 +37,7 @@ int main([[maybe_unused]] int argc, [[maybe_unused]] char** argv)
|
|||
}
|
||||
|
||||
Core::EventLoop event_loop;
|
||||
auto server = LookupServer::construct();
|
||||
auto server = LookupServer::LookupServer::construct();
|
||||
|
||||
if (pledge("stdio accept inet", nullptr) < 0) {
|
||||
perror("pledge");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue