mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
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:
parent
a57a3d9488
commit
7e69e70563
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue