diff options
Diffstat (limited to 'src/sound/SoundDriver.h')
-rw-r--r-- | src/sound/SoundDriver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sound/SoundDriver.h b/src/sound/SoundDriver.h index 84df63f..d99076c 100644 --- a/src/sound/SoundDriver.h +++ b/src/sound/SoundDriver.h @@ -98,7 +98,7 @@ public: struct NoteOffEventCmp { - bool operator()(NoteOffEvent *nO1, NoteOffEvent *nO2) + bool operator()(NoteOffEvent *nO1, NoteOffEvent *nO2) const { return nO1->getRealTime() < nO2->getRealTime(); } |