diff --git a/uppsrc/Sql/Session.cpp b/uppsrc/Sql/Session.cpp index 635a9abc3..ed188774b 100644 --- a/uppsrc/Sql/Session.cpp +++ b/uppsrc/Sql/Session.cpp @@ -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 + }