summaryrefslogtreecommitdiff
path: root/muse2/muse/part.h
diff options
context:
space:
mode:
Diffstat (limited to 'muse2/muse/part.h')
-rw-r--r--muse2/muse/part.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/muse2/muse/part.h b/muse2/muse/part.h
index 02056a2d..55bac625 100644
--- a/muse2/muse/part.h
+++ b/muse2/muse/part.h
@@ -120,7 +120,7 @@ class Part : public PosLen {
// Returns combination of HiddenEventsType enum.
virtual int hasHiddenEvents() const { return _hiddenEvents; }
- iEvent addEvent(Event& p); // DEPRECATED. requires the part to be NOT a clone. FIXME remove!
+ iEvent addEvent(Event& p); // this does not care about clones! If the part is a clone, be sure to execute this on all clones (with duplicated Events, that is!)
virtual void write(int, Xml&, bool isCopy = false, bool forceWavePaths = false) const;