Merge pull request #913 from Daniel15/fix-catchall-routing-master
[mono.git] / mcs / class / corlib / System.Globalization / ChineseLunisolarCalendar.cs
index 6fcaa699752261c3a6d728143d43a4f6d2a88f6b..3d1245d2fb8169c602a8087ea1d51fdffd0c8440 100644 (file)
@@ -88,7 +88,7 @@ public class ChineseLunisolarCalendar : EastAsianLunisolarCalendar {
        }
 
 #if NET_4_5
-       protected virtual int DaysInYearBeforeMinSupportedYear {
+       protected override int DaysInYearBeforeMinSupportedYear {
                get{
                        return 384;
                }