提交 27fa979d 编写于 作者: J jpark37

UI: Make Importer destructor virtual

Allows unique_ptr to clean up without warnings.
上级 b19ea6fe
......@@ -38,6 +38,7 @@ typedef std::vector<std::string> 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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册