Skip to content

Commit

Permalink
Piano: Fix building with clang
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs authored and awesomekling committed Feb 5, 2020
1 parent dac07a5 commit c3a3210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Applications/Piano/RollWidget.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class RollWidget final : public GUI::ScrollableWidget {
AudioEngine& m_audio_engine;

int m_horizontal_notes { 32 };
Switch m_roll_notes[note_count][32] { Off };
Switch m_roll_notes[note_count][32] { { Off } };
int m_current_column { 0 };
int m_previous_column { m_horizontal_notes - 1 };
};

0 comments on commit c3a3210

Please sign in to comment.