mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-14 00:25:35 +08:00
Fix weak vtables
This commit is contained in:
@@ -63,6 +63,8 @@ namespace BlackMisc
|
||||
//! Delegating class which can be directly used to access an \sa IEcosystemProvider instance
|
||||
class BLACKMISC_EXPORT CEcosystemAware : public IProviderAware<IEcosystemProvider>
|
||||
{
|
||||
virtual void anchor();
|
||||
|
||||
public:
|
||||
//! Set the provider
|
||||
void setEcosystemProvider(IEcosystemProvider *provider) { this->setProvider(provider); }
|
||||
|
||||
Reference in New Issue
Block a user