summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2019-02-17 14:57:51 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2019-02-17 14:57:51 +0000
commit5396b2f2397347ca425ad9d0290a02e5d12fd0de (patch)
treee820b1330c40d2fd57c8ddb0a6f1e2eb16d462ba
parentAllow moving of ResourceHandles (diff)
downloadlibadhocutil-5396b2f2397347ca425ad9d0290a02e5d12fd0de.tar.bz2
libadhocutil-5396b2f2397347ca425ad9d0290a02e5d12fd0de.tar.xz
libadhocutil-5396b2f2397347ca425ad9d0290a02e5d12fd0de.zip
Removed unrequired destructor
-rw-r--r--libadhocutil/plugins.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libadhocutil/plugins.h b/libadhocutil/plugins.h
index 4ab4385..42d6062 100644
--- a/libadhocutil/plugins.h
+++ b/libadhocutil/plugins.h
@@ -80,7 +80,6 @@ namespace AdHoc {
public:
/// Constructor taking an instance and name, filename and line of install for Plugin.
PluginOf(const std::shared_ptr<T> & t, const std::string_view & n, const std::string_view & f, int l);
- ~PluginOf() = default;
/// Get the type of this plugin.
const std::type_info & type() const override;