mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-22 13:48:09 +00:00
fix compilation issue (unused parameter this)
This commit is contained in:
parent
c7454fa89e
commit
cb45d54d1a
1 changed files with 1 additions and 1 deletions
|
|
@ -1353,7 +1353,7 @@ void MainDb::init () {
|
|||
auto timestampType = bind(&DbSession::timestampType, d->dbSession);
|
||||
auto varcharPrimaryKeyStr = bind(&DbSession::varcharPrimaryKeyStr, d->dbSession, _1);
|
||||
|
||||
auto createTableSanitizer = [this](const char *statement) {
|
||||
auto createTableSanitizer = [](const char *statement) {
|
||||
// TODO.
|
||||
string sanitized = statement;
|
||||
return sanitized;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue