diff --git a/Xamarin.Forms.Core/Stepper.cs b/Xamarin.Forms.Core/Stepper.cs index 67f4b8eb5..6aa4ca463 100644 --- a/Xamarin.Forms.Core/Stepper.cs +++ b/Xamarin.Forms.Core/Stepper.cs @@ -50,7 +50,7 @@ namespace Xamarin.Forms _platformConfigurationRegistry = new Lazy>(() => new PlatformConfigurationRegistry(this)); } - public Stepper(double min, double max, double val, double increment) + public Stepper(double min, double max, double val, double increment) : this() { if (min >= max) throw new ArgumentOutOfRangeException("min");