mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
correct namespace
This commit is contained in:
parent
618d8bd530
commit
3515cc9d33
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ Tab::Tab(
|
||||||
|
|
||||||
if (PREPARE == SQLITE_OK)
|
if (PREPARE == SQLITE_OK)
|
||||||
{
|
{
|
||||||
while (sqlite3_step(statement) == SQLITE_ROW)
|
while (::sqlite3_step(statement) == SQLITE_ROW)
|
||||||
{
|
{
|
||||||
const int PAGE_NUMBER = append();
|
const int PAGE_NUMBER = append();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue