summaryrefslogtreecommitdiff
path: root/muse2/muse/steprec.h
diff options
context:
space:
mode:
Diffstat (limited to 'muse2/muse/steprec.h')
-rw-r--r--muse2/muse/steprec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/muse2/muse/steprec.h b/muse2/muse/steprec.h
index a82cab20..f99fffc4 100644
--- a/muse2/muse/steprec.h
+++ b/muse2/muse/steprec.h
@@ -37,7 +37,7 @@ class StepRec : public QObject
public:
StepRec(bool* note_held_down_array);
- void record(Part* part, int recorded_pitch, int len, int step, int velo=80, bool ctrl=false, bool shift=false, int incoming_pitch=1337);
+ void record(const Part* part, int recorded_pitch, int len, int step, int velo=80, bool ctrl=false, bool shift=false, int incoming_pitch=1337);
private slots:
void timeout();