diff --git a/UI/importers/importers.hpp b/UI/importers/importers.hpp index a085e4171a217575eeebf80b6655c9b6e6ff757a..3b6322bfb06fbd2fdbf37e1fe578035c20fd4bcb 100644 --- a/UI/importers/importers.hpp +++ b/UI/importers/importers.hpp @@ -38,6 +38,7 @@ typedef std::vector OBSImporterFiles; class Importer { public: + virtual ~Importer() {} virtual std::string Prog() { return "Null"; }; virtual int ImportScenes(const std::string &path, std::string &name, json11::Json &res) = 0;