mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-11 02:29:21 +00:00
Piano: Fix building with clang
This commit is contained in:
parent
dac07a5d76
commit
c3a32108b2
Notes:
sideshowbarker
2024-07-19 09:36:40 +09:00
Author: https://github.com/jcs
Commit: c3a32108b2
Pull-request: https://github.com/SerenityOS/serenity/pull/1177
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