1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-13 16:45:20 +02:00

Fix C++11 compilability

Previous commits broke it... :(
This commit is contained in:
est31
2016-01-23 05:45:00 +01:00
parent 0459eca8eb
commit e50c784e2c
7 changed files with 43 additions and 5 deletions

View File

@@ -68,7 +68,7 @@ public:
*/
ScriptApiBase::ScriptApiBase() :
m_luastackmutex(true)
m_luastackmutex()
{
#ifdef SCRIPTAPI_LOCK_DEBUG
m_lock_recursion_count = 0;