diff options
Diffstat (limited to 'src/base.cpp')
-rw-r--r-- | src/base.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/base.cpp b/src/base.cpp index 3ff3d5281..852738f82 100644 --- a/src/base.cpp +++ b/src/base.cpp @@ -77,11 +77,11 @@ usecountbase::~usecountbase() (void*)this, usecount); } -providerbase::~providerbase() +ServiceProvider::~ServiceProvider() { } -ExtensionItem::ExtensionItem(const std::string& Key, Module* mod) : providerbase(mod, Key, SERVICE_METADATA) +ExtensionItem::ExtensionItem(const std::string& Key, Module* mod) : ServiceProvider(mod, Key, SERVICE_METADATA) { } |