From c6acca57c419d87decd3f5001c55b832bd77098e Mon Sep 17 00:00:00 2001 From: Steven Kirk Date: Wed, 22 Jan 2020 19:07:48 +0100 Subject: [PATCH] Fix method name after merge. --- src/Avalonia.Base/StyledPropertyMetadata`1.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Avalonia.Base/StyledPropertyMetadata`1.cs b/src/Avalonia.Base/StyledPropertyMetadata`1.cs index bd6c125776..ebe8a485d5 100644 --- a/src/Avalonia.Base/StyledPropertyMetadata`1.cs +++ b/src/Avalonia.Base/StyledPropertyMetadata`1.cs @@ -33,7 +33,7 @@ namespace Avalonia /// /// Gets the default value for the property. /// - public TValue DefaultValue => _defaultValue.ValueOrDefault(); + public TValue DefaultValue => _defaultValue.GetValueOrDefault(); /// /// Gets the value coercion callback, if any.