From 3b165cb0e152d2514618c6e256bdb4f49ac7d867 Mon Sep 17 00:00:00 2001 From: Florian Jung Date: Thu, 22 Aug 2013 18:50:19 +0200 Subject: implemented missing functions of Part --- muse2/muse/part.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'muse2/muse/part.h') diff --git a/muse2/muse/part.h b/muse2/muse/part.h index 5523e71d..e579e64d 100644 --- a/muse2/muse/part.h +++ b/muse2/muse/part.h @@ -84,9 +84,9 @@ class Part : public PosLen { public: Part(Track*); virtual ~Part(); - virtual Part* duplicate() const = 0; + virtual Part* duplicate() const; virtual Part* duplicateEmpty() const = 0; - virtual Part* createNewClone() const = 0; + virtual Part* createNewClone() const; // this does NOT chain clones yet. Chain is updated only when the part is really added! virtual void splitPart(int tickpos, Part*& p1, Part*& p2) const; int clonemaster_sn() const { return _clonemaster_sn; } -- cgit v1.2.3