mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-27 16:09:20 +00:00
Fix build when soci is not enabled.
This commit is contained in:
parent
f871550888
commit
d954d98201
1 changed files with 1 additions and 1 deletions
|
|
@ -764,7 +764,7 @@ EventsDb::EventsDb () : AbstractDb(*new EventsDbPrivate) {}
|
|||
return list<shared_ptr<EventLog>>();
|
||||
}
|
||||
|
||||
void EventsDb::cleanHistory (const string &) {}
|
||||
void EventsDb::cleanHistory (const string &, FilterMask) {}
|
||||
|
||||
bool EventsDb::import (Backend, const string &) {
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue