mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
gcc warning fix
This commit is contained in:
parent
ca6de59019
commit
8ba8b3ddd2
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue