Skip to content

Commit e368220

Browse files
committed
Change method "UpdateDays" to be virtual
1 parent 1388a88 commit e368220

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

XCalendar.Core/Models/Calendar.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@ public virtual void UpdateDay(T day, DateTime newDateTime)
691691
/// Updates the dates displayed on the calendar.
692692
/// </summary>
693693
/// <param name="navigationDate">The <see cref="DateTime"/> who's month will be used to update the dates.</param>
694-
public void UpdateDays(DateTime navigationDate)
694+
public virtual void UpdateDays(DateTime navigationDate)
695695
{
696696
OnDaysUpdating();
697697

0 commit comments

Comments
 (0)