1
0
Fork 0

Fix compile error "ISO C++ forbids initialization of member"

This commit is contained in:
ThorstenB 2012-11-27 21:01:03 +01:00
parent 6365ad5dae
commit 4b8e0740c4

View file

@ -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)
{ {