Skip to content

Commit

Permalink
[mkcal] Fix signature of DummyStorage::calendarIncidenceDeleted(). JB…
Browse files Browse the repository at this point in the history
…#47814
  • Loading branch information
blammit committed Dec 20, 2020
1 parent 53ff43c commit e85d925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dummystorage.h
Expand Up @@ -55,7 +55,7 @@ class MKCAL_EXPORT DummyStorage : public mKCal::ExtendedStorage
void calendarIncidenceChanged(const KCalendarCore::Incidence::Ptr &)
{
}
void calendarIncidenceDeleted(const KCalendarCore::Incidence::Ptr &)
void calendarIncidenceDeleted(const KCalendarCore::Incidence::Ptr &, const KCalendarCore::Calendar *)
{
}
void calendarIncidenceAdditionCanceled(const KCalendarCore::Incidence::Ptr &)
Expand Down

0 comments on commit e85d925

Please sign in to comment.