Fix build

This commit is contained in:
Martin 2019-09-16 18:53:31 +02:00
parent b5626da6f0
commit 1d0726f043

View File

@ -474,7 +474,7 @@ IDatabaseCursor* CQuery::Cursor(int *timeoutms)
else
{
if (!cursor->reset())
return nullptr;
return NULL;
}
return cursor;