mirror of
https://github.com/vcmi/vcmi.git
synced 2025-07-15 01:24:45 +02:00
replace boost locks with std
This commit is contained in:
@ -88,7 +88,7 @@ public:
|
||||
Type get() const;
|
||||
|
||||
private:
|
||||
mutable boost::mutex _mx;
|
||||
mutable std::mutex _mx;
|
||||
long long _accumulated = 0;
|
||||
long long _steps = 0;
|
||||
std::vector<std::reference_wrapper<const Progress>> _progress;
|
||||
|
Reference in New Issue
Block a user