forked from organicmaps/organicmaps
Fix return type in function.
This commit is contained in:
parent
3e7da5f130
commit
dc5314ebb8
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ public:
|
|||
return false;
|
||||
}
|
||||
|
||||
T const & Top(bool doPop)
|
||||
T Top(bool doPop)
|
||||
{
|
||||
threads::ConditionGuard g(m_Cond);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue