summaryrefslogtreecommitdiff
path: root/muse2/muse/event.h
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2013-08-22 18:50:19 +0200
committerFlorian Jung <flo@windfisch.org>2013-08-24 18:54:40 +0200
commit3b165cb0e152d2514618c6e256bdb4f49ac7d867 (patch)
tree1b5e026ff0522bd8663f778700cb661e3aaaf32c /muse2/muse/event.h
parent8c8b3ac35c12af3817ff8d8c3d169af166821198 (diff)
implemented missing functions of Part
Diffstat (limited to 'muse2/muse/event.h')
-rw-r--r--muse2/muse/event.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/muse2/muse/event.h b/muse2/muse/event.h
index ed1ddb87..e512e03d 100644
--- a/muse2/muse/event.h
+++ b/muse2/muse/event.h
@@ -137,7 +137,7 @@ class EventList : public EL {
public:
ciEvent find(const Event&) const;
iEvent find(const Event&);
- iEvent add(Event& event);
+ iEvent add(Event event);
void move(Event& event, unsigned tick);
void dump() const;
void read(Xml& xml, const char* name, bool midi);