diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-02-17 14:57:51 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-02-17 14:57:51 +0000 |
commit | 5396b2f2397347ca425ad9d0290a02e5d12fd0de (patch) | |
tree | e820b1330c40d2fd57c8ddb0a6f1e2eb16d462ba | |
parent | Allow moving of ResourceHandles (diff) | |
download | libadhocutil-5396b2f2397347ca425ad9d0290a02e5d12fd0de.tar.bz2 libadhocutil-5396b2f2397347ca425ad9d0290a02e5d12fd0de.tar.xz libadhocutil-5396b2f2397347ca425ad9d0290a02e5d12fd0de.zip |
Removed unrequired destructor
-rw-r--r-- | libadhocutil/plugins.h | 1 |
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; |