diff options
Diffstat (limited to 'Userland/Services/SystemServer/Service.h')
-rw-r--r-- | Userland/Services/SystemServer/Service.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Services/SystemServer/Service.h b/Userland/Services/SystemServer/Service.h index 42920cf2c8..79c2967838 100644 --- a/Userland/Services/SystemServer/Service.h +++ b/Userland/Services/SystemServer/Service.h @@ -18,6 +18,7 @@ class Service final : public Core::Object { public: static ErrorOr<NonnullRefPtr<Service>> try_create(Core::ConfigFile const& config, StringView name); + ~Service(); bool is_enabled() const; void activate(); |