Merge pull request #2523 from jpark37/warnings-20200319

Warning pass 2020-03-19
This commit is contained in:
Jim
2020-03-20 19:02:19 -07:00
committed by GitHub
5 changed files with 20 additions and 8 deletions

View File

@@ -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;