probonopd 2 years ago committed by GitHub
parent d03717d602
commit d02cf27124
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      src/minidexed.h

@ -258,8 +258,6 @@ private:
uint8_t m_nRawVoiceData[156];
bool m_bSavePerformanceNewFile;
bool m_bSetNewPerformance;
unsigned m_nSetNewPerformanceID;
@ -297,7 +295,10 @@ private:
CSpinLock m_ReverbSpinLock;
// m_bSavePerformance needs to be declared after m_bSavePerformanceNewFile
bool m_bSavePerformanceNewFile;
bool m_bSavePerformance;
bool m_bLoadPerformanceBusy;
bool m_bSaveAsDeault;
};

Loading…
Cancel
Save