diff --git a/gtk2_ardour/selection.h b/gtk2_ardour/selection.h index 739d3b4c01..ad257e0848 100644 --- a/gtk2_ardour/selection.h +++ b/gtk2_ardour/selection.h @@ -187,7 +187,7 @@ class Selection : public sigc::trackable, public PBD::ScopedConnectionList template void foreach_region (void (ARDOUR::Region::*method)(A), A arg); private: - Selection (const Selection& other) {} + Selection (const Selection& other) : tracks (other.tracks) {} PublicEditor const * editor; uint32_t next_time_id;