aboutsummaryrefslogtreecommitdiff
path: root/src/httpfetch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/httpfetch.h')
-rw-r--r--src/httpfetch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/httpfetch.h b/src/httpfetch.h
index 206576849..db43e3a4b 100644
--- a/src/httpfetch.h
+++ b/src/httpfetch.h
@@ -76,7 +76,7 @@ struct HTTPFetchResult
unsigned long caller = HTTPFETCH_DISCARD;
unsigned long request_id = 0;
- HTTPFetchResult() {}
+ HTTPFetchResult() = default;
HTTPFetchResult(const HTTPFetchRequest &fetch_request)
: caller(fetch_request.caller), request_id(fetch_request.request_id)