LibCore: Fix building with clang

This commit is contained in:
joshua stein 2020-01-30 17:21:10 -06:00 committed by Andreas Kling
parent 384d640293
commit f6a8b1b69a
Notes: sideshowbarker 2024-07-19 09:38:23 +09:00

View File

@ -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