code cleanup
This commit is contained in:
parent
78e7dc772b
commit
372937e096
2 changed files with 4 additions and 3 deletions
|
@ -25,7 +25,7 @@ class Database
|
|||
void endTransaction();
|
||||
void createNew();
|
||||
int getVersion();
|
||||
unsigned int storeArticles(sqlite3_stmt* stmt, std::vector<Article*> articles);
|
||||
unsigned int storeArticles(std::vector<Article*> articles);
|
||||
};
|
||||
|
||||
#endif // DATABASE_H
|
Loading…
Add table
Add a link
Reference in a new issue