mirror of
https://github.com/libretro/ppsspp.git
synced 2024-12-01 04:10:30 +00:00
gcc warning fix
This commit is contained in:
parent
ca6de59019
commit
8ba8b3ddd2
@ -149,8 +149,8 @@ protected:
|
||||
void unlock() { if (locked_) mtx_.unlock(); else Crash(); locked_ = false; }
|
||||
|
||||
private:
|
||||
bool locked_;
|
||||
recursive_mutex &mtx_;
|
||||
bool locked_;
|
||||
};
|
||||
|
||||
typedef std::list<int> DisplayListQueue;
|
||||
|
Loading…
Reference in New Issue
Block a user