mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-23 06:31:17 +01:00
More use of std:: style members of wxString...
... replacing: Length => length Len => length
This commit is contained in:
@@ -1096,7 +1096,7 @@ wxBitmap* MixerBoard::GetMusicalInstrumentBitmap(const Track* pTrack)
|
||||
nScore +=
|
||||
nPointsPerMatch +
|
||||
// Longer keywords get more points.
|
||||
(2 * mMusicalInstruments[nInstrIndex]->mKeywords[nKeywordIndex].Length());
|
||||
(2 * mMusicalInstruments[nInstrIndex]->mKeywords[nKeywordIndex].length());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user