mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 03:37:34 +00:00
Piano: Fix building with clang
This commit is contained in:
parent
dac07a5d76
commit
c3a32108b2
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ private:
|
|||
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 };
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue