Skip to content
Snippets Groups Projects
Commit 7fd99bac authored by Jakob Blomer's avatar Jakob Blomer Committed by Enrico Guiraud
Browse files

[DF] Cosmetics in sqlite ds

parent 90ce1c31
No related branches found
No related tags found
No related merge requests found
......@@ -49,8 +49,8 @@ private:
void SqliteError(int errcode);
struct sqlite3 *fDb;
struct sqlite3_stmt *fQuery;
sqlite3 *fDb;
sqlite3_stmt *fQuery;
unsigned int fNSlots;
ULong64_t fNRow;
std::vector<std::string> fColumnNames;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment