Skip to content

Commit

Permalink
Fix method name after merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
grokys committed Jan 22, 2020
1 parent 814dddc commit c6acca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Avalonia.Base/StyledPropertyMetadata`1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public StyledPropertyMetadata(
/// <summary>
/// Gets the default value for the property.
/// </summary>
public TValue DefaultValue => _defaultValue.ValueOrDefault();
public TValue DefaultValue => _defaultValue.GetValueOrDefault();

/// <summary>
/// Gets the value coercion callback, if any.
Expand Down

0 comments on commit c6acca5

Please sign in to comment.