Initial cleanup of useless consts towards migration to modern C++ (#6271)

This commit is contained in:
Alfredo Cardigliano 2022-02-03 15:57:34 +01:00
parent 66450d4811
commit 19310ffd06
49 changed files with 217 additions and 217 deletions

View file

@ -74,7 +74,7 @@ SQLiteStoreManager::~SQLiteStoreManager() {
*
* @return Zero in case of success, nonzero in case of failure.
*/
int SQLiteStoreManager::exec_query(const char * const db_query,
int SQLiteStoreManager::exec_query(const char * db_query,
int (*callback)(void *, int, char **, char **),
void *payload) {
char *zErrMsg = 0;