Skip to content

Commit

Permalink
Make ViewModel abstract
Browse files Browse the repository at this point in the history
  • Loading branch information
Neakita committed Dec 11, 2023
1 parent f2f05ed commit f66c88b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SightKeeper.Avalonia/ViewModels/ViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace SightKeeper.Avalonia.ViewModels;

public class ViewModel : ObservableObject
public abstract class ViewModel : ObservableObject
{
protected void OnPropertiesChanging(IEnumerable<string> otherProperties)
{
Expand Down

0 comments on commit f66c88b

Please sign in to comment.