mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 08:35:20 +02:00
Const correct Thread class (#15741)
This commit is contained in:
@@ -164,7 +164,7 @@ bool Thread::wait()
|
||||
|
||||
|
||||
|
||||
bool Thread::getReturnValue(void **ret)
|
||||
bool Thread::getReturnValue(void **ret) const
|
||||
{
|
||||
if (m_running)
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user