13
0

after cloning a MIDI region, mark the source file as non-removable. Fixes reports about missing MIDI files on the forums and IRC

This commit is contained in:
Paul Davis 2014-04-04 15:26:44 -04:00
parent e1bf151ab0
commit 2b3cb052ca

View File

@ -84,6 +84,8 @@ public:
virtual void prevent_deletion ();
virtual void prevent_deletion ();
protected:
FileSource (Session& session, DataType type,
const std::string& path,