summaryrefslogtreecommitdiff
path: root/muse2/muse/event.h
diff options
context:
space:
mode:
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);