merge from 2.0-ongoing @ 3581
[ardour.git] / libs / ardour / ardour / audio_track.h
index 3546545329e5f8f683f31109b529a69993fcf975..fe7dcb58ff8a8a9a58678d9b0d3e4518a9b40d8a 100644 (file)
@@ -58,8 +58,8 @@ class AudioTrack : public Track
        void freeze (InterThreadInfo&);
        void unfreeze ();
 
-       void bounce (InterThreadInfo&);
-       void bounce_range (nframes_t start, nframes_t end, InterThreadInfo&);
+       boost::shared_ptr<Region> bounce (InterThreadInfo&);
+       boost::shared_ptr<Region> bounce_range (nframes_t start, nframes_t end, InterThreadInfo&);
 
        int set_state(const XMLNode& node);