Fix compile error "ISO C++ forbids initialization of member"
This commit is contained in:
parent
6365ad5dae
commit
4b8e0740c4
1 changed files with 1 additions and 1 deletions
|
@ -334,7 +334,7 @@ public:
|
||||||
return stepSelect(stmt);
|
return stepSelect(stmt);
|
||||||
}
|
}
|
||||||
|
|
||||||
const int MAX_RETRIES = 10;
|
static const int MAX_RETRIES = 10;
|
||||||
|
|
||||||
bool stepSelect(sqlite3_stmt_ptr stmt)
|
bool stepSelect(sqlite3_stmt_ptr stmt)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue