Match code style of other declaration further down

This commit is contained in:
Jonas Trappenberg
2015-01-12 22:01:56 -08:00
parent 75cd1f4f38
commit 293bb93173

View File

@@ -3814,7 +3814,7 @@ int PianoRoll::quantization() const
void PianoRoll::updateSemiToneMarkerMenu()
{
auto chord_table = InstrumentFunctionNoteStacking::ChordTable::getInstance();
const auto& chord_table = InstrumentFunctionNoteStacking::ChordTable::getInstance();
const InstrumentFunctionNoteStacking::Chord& scale =
chord_table.getScaleByName( m_scaleModel.currentText() );
const InstrumentFunctionNoteStacking::Chord& chord =