diff options
Diffstat (limited to 'launcher/net/NetRequest.h')
-rw-r--r-- | launcher/net/NetRequest.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/net/NetRequest.h b/launcher/net/NetRequest.h index 6ebdcab0..9a602162 100644 --- a/launcher/net/NetRequest.h +++ b/launcher/net/NetRequest.h @@ -67,7 +67,7 @@ class NetRequest : public NetAction { public: void addValidator(Validator* v); auto abort() -> bool override; - auto canAbort() const -> bool override { return true; }; + auto canAbort() const -> bool override { return true; } private: auto handleRedirect() -> bool; |