removed default value for the protected dispose.
This commit is contained in:
parent
b806da6349
commit
9a9afd52b2
@ -54,7 +54,7 @@ namespace RecrownedGTK.Graphics {
|
|||||||
GC.SuppressFinalize(this);
|
GC.SuppressFinalize(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
protected virtual void Dispose(bool disposing = false) {
|
protected virtual void Dispose(bool disposing) {
|
||||||
if (disposed) return;
|
if (disposed) return;
|
||||||
if (disposing) {
|
if (disposing) {
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user