fix mutex revert

This commit is contained in:
max_10
2018-09-20 18:18:46 +02:00
committed by Thilo Graf
parent bdf8de2c42
commit b7d195ecaa
2 changed files with 2 additions and 2 deletions

View File

@@ -220,7 +220,7 @@ class cVideo : public OpenThreads::Thread
int pig_w;
int pig_h;
bool pig_changed;
Mutex still_m;
OpenThreads::Mutex still_m;
bool stillpicture;
};