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; bool mThruActivated : 1;
Thru::Mode mThruFilterMode : 7; Thru::Mode mThruFilterMode : 7;
MidiMessage mMessage; MidiMessage mMessage;
int8_t mLastError;
unsigned long mLastMessageSentTime; unsigned long mLastMessageSentTime;
unsigned long mLastMessageReceivedTime; unsigned long mLastMessageReceivedTime;
unsigned long mSenderActiveSensingPeriodicity; unsigned long mSenderActiveSensingPeriodicity;
bool mReceiverActiveSensingActivated; bool mReceiverActiveSensingActivated;
int8_t mLastError;
private: private:
inline StatusByte getStatus(MidiType inType, inline StatusByte getStatus(MidiType inType,