Improved ExportProfileManager error handling, and added some missing (?) initialization
[ardour.git] / libs / ardour / ardour / track.h
index 4d5545c0dc4c935a501007c9e866a994e559c899..fedd83ba68aa455415439237de3c143efbeca139 100644 (file)
@@ -76,8 +76,8 @@ class Track : public Route
        virtual void freeze (InterThreadInfo&) = 0;
        virtual void unfreeze () = 0;
 
-       virtual void bounce (InterThreadInfo&) = 0;
-       virtual void bounce_range (nframes_t start, nframes_t end, InterThreadInfo&) = 0;
+       virtual boost::shared_ptr<Region> bounce (InterThreadInfo&) = 0;
+       virtual boost::shared_ptr<Region> bounce_range (nframes_t start, nframes_t end, InterThreadInfo&) = 0;
 
        XMLNode&    get_state();
        XMLNode&    get_template();