Re-import exported files at the export-range's start time.

This commit is contained in:
Robin Gareus 2022-03-15 21:59:44 +01:00
parent 3ae73eb242
commit 22b81901b0
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
2 changed files with 8 additions and 5 deletions

View file

@ -127,7 +127,8 @@ private:
PublicEditor & editor;
StatusPtr status;
std::vector<std::string> _files_to_reimport;
typedef std::map<samplepos_t, std::vector<std::string>> ReImportMap;
ReImportMap _files_to_reimport;
/* Warning area */