diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-09-25 08:53:32 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-09-25 09:10:39 +0200 |
commit | 0459cda9c06549a27d9a62138509cc3d4412e485 (patch) | |
tree | 6263498d98ce46596ea67314f3545fcd3c8edb09 /api/dtors.cpp | |
parent | 15ca247adc52ba0d7fdb86482f2f541025800be0 (diff) |
api/plugins: silence clang's -Wweak-vtable
Diffstat (limited to 'api/dtors.cpp')
-rw-r--r-- | api/dtors.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/api/dtors.cpp b/api/dtors.cpp deleted file mode 100644 index 5cc87187..00000000 --- a/api/dtors.cpp +++ /dev/null @@ -1,11 +0,0 @@ -#include "plugin-api.hpp" - -// these exist only so that vtable is emitted in a single compilation unit, not all of them. - -Metadata::~Metadata() {} -IFilter::~IFilter() {} -IFilterDialog::~IFilterDialog() {} -IProtocol::~IProtocol() {} -IProtocolDialog::~IProtocolDialog() {} -ITracker::~ITracker() {} -ITrackerDialog::~ITrackerDialog() {} |