Skip to content

Commit

Permalink
Remove abstract class modifier
Browse files Browse the repository at this point in the history
Tentative workaround for mono/mono#12987
  • Loading branch information
jeromelaban committed Feb 13, 2019
1 parent 6403820 commit a57f574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Uno.UI/UI/Xaml/ObservableVectorWrapper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace Windows.UI.Xaml
#elif __ANDROID__
[Android.Runtime.Preserve(AllMembers = true)]
#endif
internal abstract class ObservableVectorWrapper
internal class ObservableVectorWrapper
{
public event VectorChangedEventHandler<object> VectorChanged;

Expand Down

0 comments on commit a57f574

Please sign in to comment.