diff --git a/src/Plugins/TgaImporter/TgaImporter.h b/src/Plugins/TgaImporter/TgaImporter.h index bf0c35894..0f3c8a67d 100644 --- a/src/Plugins/TgaImporter/TgaImporter.h +++ b/src/Plugins/TgaImporter/TgaImporter.h @@ -65,7 +65,7 @@ class MAGNUM_TRADE_TGAIMPORTER_EXPORT TgaImporter: public AbstractImporter { /** @brief Plugin manager constructor */ explicit TgaImporter(PluginManager::AbstractManager* manager, std::string plugin); - virtual ~TgaImporter(); + ~TgaImporter(); private: Features MAGNUM_TRADE_TGAIMPORTER_LOCAL doFeatures() const override;