make private (non-usable) copy constructor for Selection compile, to follow changes...
authorPaul Davis <paul@linuxaudiosystems.com>
Thu, 17 Dec 2009 18:56:29 +0000 (18:56 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Thu, 17 Dec 2009 18:56:29 +0000 (18:56 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@6373 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/selection.h

index 739d3b4c016e3ab290f2ace34d7be44922916753..ad257e084875af5f43f08005ca3042b7cbab4f06 100644 (file)
@@ -187,7 +187,7 @@ class Selection : public sigc::trackable, public PBD::ScopedConnectionList
        template<class A> 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;