NotePlayHandle: fixed minor auto replace typo

This commit is contained in:
Tobias Doerffel
2014-01-26 00:58:37 +01:00
parent d2aab11130
commit 5808c8b786
2 changed files with 3 additions and 3 deletions

View File

@@ -53,7 +53,7 @@ public:
const f_cnt_t _frames, const note & _n,
notePlayHandle * _parent = NULL,
const bool _part_of_arp = false,
int midiChannel = -1 );
int midiEventChannel = -1 );
virtual ~notePlayHandle();
virtual void setVolume( const volume_t volume = DefaultVolume );