Sql: Fixed NOAPPSQL issue (thanks zsolt)

git-svn-id: svn://ultimatepp.org/upp/trunk@13606 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2019-09-15 08:09:04 +00:00
parent a57a3d9488
commit 7e69e70563

View file

@ -141,6 +141,8 @@ void SqlSession::PerThread(bool b)
}
#endif
#ifndef NOAPPSQL
void Sql::operator=(SqlSession& s)
{
Mutex::Lock __(sDefs);
@ -212,4 +214,6 @@ Sql& AppCursorR()
return *empty;
}
#endif
}