mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Const correct Thread class (#15741)
This commit is contained in:
parent
9166b57c2a
commit
045951b23c
3 changed files with 8 additions and 8 deletions
|
@ -164,7 +164,7 @@ bool Thread::wait()
|
|||
|
||||
|
||||
|
||||
bool Thread::getReturnValue(void **ret)
|
||||
bool Thread::getReturnValue(void **ret) const
|
||||
{
|
||||
if (m_running)
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue