Skip to content

Commit

Permalink
Windows compilation warning fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gbevin committed Jan 6, 2024
1 parent cb72025 commit be6edb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/ChannelState.h
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ namespace showmidi
Time time_;

uint8 data_[MAX_SYSEX_DATA] { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 };
unsigned int length_ { 0 };
int length_ { 0 };

void deepCopy(const Sysex& other)
{
Expand Down

0 comments on commit be6edb1

Please sign in to comment.