correct namespace

This commit is contained in:
yggverse 2024-09-09 22:33:03 +03:00
parent 618d8bd530
commit 3515cc9d33

View file

@ -66,7 +66,7 @@ Tab::Tab(
if (PREPARE == SQLITE_OK)
{
while (sqlite3_step(statement) == SQLITE_ROW)
while (::sqlite3_step(statement) == SQLITE_ROW)
{
const int PAGE_NUMBER = append();