Fixed rest Dispose(bool)

This commit is contained in:
high 2011-09-05 15:27:42 -04:00
parent 7ae6910853
commit 310c1b2fbf

View file

@ -120,7 +120,7 @@ namespace Rests
Dispose(true);
GC.SuppressFinalize(this);
}
protected void Dispose(bool disposing)
protected virtual void Dispose(bool disposing)
{
if (disposing)
{