Fix build when soci is not enabled.

This commit is contained in:
Ghislain MARY 2017-10-10 12:09:07 +02:00
parent f871550888
commit d954d98201

View file

@ -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;