Cleaned up virtual methods

This commit is contained in:
RogueException
2016-10-06 00:02:13 -03:00
parent 3c3e790edd
commit 7e246f942e
3 changed files with 3 additions and 3 deletions

View File

@@ -300,7 +300,7 @@ namespace Discord.Audio
catch (OperationCanceledException) { }
}
internal virtual void Dispose(bool disposing)
internal void Dispose(bool disposing)
{
if (!_isDisposed)
_isDisposed = true;