Skip to content

Commit

Permalink
Update IWatcher.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
ZsoltGajdacs committed Oct 12, 2020
1 parent 2a7dd61 commit 5d6fbd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IWatcher.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace UsageWatcher
{
public interface IWatcher
public interface IWatcher : IDisposable
{
/// <summary>
/// Gives back usage time inbetween the given dates
Expand Down

0 comments on commit 5d6fbd2

Please sign in to comment.