GUI: make backupTimer atomic
This commit is contained in:
parent
409d3c26af
commit
c5259066e1
2 changed files with 2 additions and 2 deletions
|
|
@ -799,7 +799,7 @@ class FurnaceGUI {
|
|||
double aboutScroll, aboutSin;
|
||||
float aboutHue;
|
||||
|
||||
double backupTimer;
|
||||
std::atomic<double> backupTimer;
|
||||
std::future<bool> backupTask;
|
||||
std::mutex backupLock;
|
||||
String backupPath;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue