diff --git a/src/AccountFactoryWrapper.h b/src/AccountFactoryWrapper.h index d96d89486..00e31e672 100644 --- a/src/AccountFactoryWrapper.h +++ b/src/AccountFactoryWrapper.h @@ -42,6 +42,7 @@ public: }; explicit AccountFactoryWrapper( Tomahawk::Accounts::AccountFactory* factory, QWidget* parent = 0 ); + virtual ~AccountFactoryWrapper() {} public slots: void openAccountConfig( Tomahawk::Accounts::Account* );