summaryrefslogtreecommitdiffhomepage
path: root/Stars45/CmpSelectDlg.h
diff options
context:
space:
mode:
Diffstat (limited to 'Stars45/CmpSelectDlg.h')
-rw-r--r--Stars45/CmpSelectDlg.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/Stars45/CmpSelectDlg.h b/Stars45/CmpSelectDlg.h
index 7463aec..093e21d 100644
--- a/Stars45/CmpSelectDlg.h
+++ b/Stars45/CmpSelectDlg.h
@@ -14,6 +14,8 @@
#ifndef CmpSelectDlg_h
#define CmpSelectDlg_h
+#include <mutex>
+
#include "Types.h"
#include "FormWindow.h"
#include "Bitmap.h"
@@ -22,7 +24,6 @@
#include "ListBox.h"
#include "Font.h"
#include "Text.h"
-#include "ThreadSync.h"
// +--------------------------------------------------------------------+
@@ -76,7 +77,7 @@ protected:
Campaign* campaign;
int selected_mission;
HANDLE hproc;
- ThreadSync sync;
+ std::mutex sync;
bool loading;
bool loaded;
Text load_file;