reorder variables for initialisation

This commit is contained in:
lathoub 2020-03-23 22:26:10 +01:00
parent 4db8186d73
commit aa629c5baf
1 changed files with 1 additions and 3 deletions

View File

@ -280,13 +280,11 @@ private:
bool mThruActivated : 1;
Thru::Mode mThruFilterMode : 7;
MidiMessage mMessage;
int8_t mLastError;
unsigned long mLastMessageSentTime;
unsigned long mLastMessageReceivedTime;
unsigned long mSenderActiveSensingPeriodicity;
bool mReceiverActiveSensingActivated;
int8_t mLastError;
private:
inline StatusByte getStatus(MidiType inType,