diff options
author | Vitaly Novichkov <admin@wohlnet.ru> | 2017-12-08 03:11:56 +0300 |
---|---|---|
committer | Vitaly Novichkov <admin@wohlnet.ru> | 2017-12-08 03:11:56 +0300 |
commit | 03ae1603df780d1f66862b7ea96c66a277452eb8 (patch) | |
tree | fb4f1a2dddc668f8230f2b3b153985f9702e2653 /src/adlmidi_midiplay.cpp | |
parent | 30952a0a88f31000fa3b2329c6d16f215a30f282 (diff) | |
download | libADLMIDI-03ae1603df780d1f66862b7ea96c66a277452eb8.tar.gz libADLMIDI-03ae1603df780d1f66862b7ea96c66a277452eb8.tar.bz2 libADLMIDI-03ae1603df780d1f66862b7ea96c66a277452eb8.zip |
Return back the "const" attribute to CalculateAdlChannelGoodness
Diffstat (limited to 'src/adlmidi_midiplay.cpp')
-rw-r--r-- | src/adlmidi_midiplay.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/adlmidi_midiplay.cpp b/src/adlmidi_midiplay.cpp index 27d09d4..76641a6 100644 --- a/src/adlmidi_midiplay.cpp +++ b/src/adlmidi_midiplay.cpp @@ -2105,7 +2105,7 @@ void MIDIplay::HandleEvent(size_t tk, const MIDIplay::MidiEvent &evt, int &statu } } -long MIDIplay::CalculateAdlChannelGoodness(unsigned c, const MIDIchannel::NoteInfo::Phys &ins, uint16_t) +long MIDIplay::CalculateAdlChannelGoodness(unsigned c, const MIDIchannel::NoteInfo::Phys &ins, uint16_t) const { long s = -ch[c].koff_time_until_neglible; |