aboutsummaryrefslogtreecommitdiffstats
path: root/include/base.h
diff options
context:
space:
mode:
authorGravatar Sadie Powell2021-04-04 23:42:15 +0100
committerGravatar Sadie Powell2021-04-04 23:42:15 +0100
commit7d84e4900fa8f4ef96e8cf4bb67b76be7902e840 (patch)
treef5a81d03f572392e7547d58f979fdd488de6ff0b /include/base.h
parentRemove the unused ExitCodes array. (diff)
Fix a ton of pedantic compiler warnings.
Diffstat (limited to 'include/base.h')
-rw-r--r--include/base.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/base.h b/include/base.h
index 4c15f6253..1a733ac79 100644
--- a/include/base.h
+++ b/include/base.h
@@ -224,7 +224,6 @@ class CoreExport ServiceProvider : public Cullable
/** Type of service (must match object type) */
const ServiceType service;
ServiceProvider(Module* Creator, const std::string& Name, ServiceType Type);
- virtual ~ServiceProvider() = default;
/** Retrieves a string that represents the type of this service. */
const char* GetTypeString() const;