Give Processor::run a new parameter to say whether or not the run method must leave
[ardour.git] / libs / ardour / ardour / audio_library.h
index ed18ae9cbf9cf616e47d5c8f298d7482b7b8442c..aada317dbdae3010974b169356957647cf7a48db 100644 (file)
@@ -38,7 +38,7 @@ class AudioLibrary
        void search_members_and (std::vector<std::string>& results, const std::vector<std::string> tags);
 
        void save_changes();
-       
+
   private:
        std::string src;
 };