diff --git a/src/app/browser/main/tab.cpp b/src/app/browser/main/tab.cpp index 483f99ac..b4364ba5 100644 --- a/src/app/browser/main/tab.cpp +++ b/src/app/browser/main/tab.cpp @@ -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();