mirror of
https://github.com/RGBCube/serenity
synced 2025-05-16 20:05:07 +00:00
LibCore: Fix building with clang
This commit is contained in:
parent
384d640293
commit
f6a8b1b69a
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
Add a link
Reference in a new issue