mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-22 04:25:13 +00:00
LibCore: Fix building with clang
This commit is contained in:
parent
384d640293
commit
f6a8b1b69a
Notes:
sideshowbarker
2024-07-19 09:38:23 +09:00
Author: https://github.com/jcs Commit: https://github.com/SerenityOS/serenity/commit/f6a8b1b69a2 Pull-request: https://github.com/SerenityOS/serenity/pull/1177
1 changed files with 8 additions and 0 deletions
|
@ -40,6 +40,14 @@ NetworkJob::~NetworkJob()
|
|||
{
|
||||
}
|
||||
|
||||
void NetworkJob::start()
|
||||
{
|
||||
}
|
||||
|
||||
void NetworkJob::shutdown()
|
||||
{
|
||||
}
|
||||
|
||||
void NetworkJob::did_finish(NonnullRefPtr<NetworkResponse>&& response)
|
||||
{
|
||||
// NOTE: We protect ourselves here, since the on_finish callback may otherwise
|
||||
|
|
Loading…
Add table
Reference in a new issue