summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_time_axis.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-11-25 14:24:15 +0100
committerRobin Gareus <robin@gareus.org>2016-11-25 14:24:29 +0100
commit01f8ca831ae2966b4bd54c0a15a341b0b9790593 (patch)
tree738f0566e8f7e571094ea272a32cfef498fc68ed /gtk2_ardour/route_time_axis.h
parent174d5e05c9dfcec77df82c58008cf4724ee21822 (diff)
cont'd work to prevent duplicate playlist names
Diffstat (limited to 'gtk2_ardour/route_time_axis.h')
-rw-r--r--gtk2_ardour/route_time_axis.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk2_ardour/route_time_axis.h b/gtk2_ardour/route_time_axis.h
index 825a286360..1a26868b47 100644
--- a/gtk2_ardour/route_time_axis.h
+++ b/gtk2_ardour/route_time_axis.h
@@ -115,8 +115,7 @@ public:
void fade_range (TimeSelection&);
/* The editor calls these when mapping an operation across multiple tracks */
- void use_new_playlist (bool prompt, std::vector<boost::shared_ptr<ARDOUR::Playlist> > const &);
- void use_copy_playlist (bool prompt, std::vector<boost::shared_ptr<ARDOUR::Playlist> > const &);
+ void use_new_playlist (bool prompt, std::vector<boost::shared_ptr<ARDOUR::Playlist> > const &, bool copy);
void clear_playlist ();
/* group playlist name resolving */