Make Dispose virtual, types should override when appropriate
This commit is contained in:
parent
be5b39494f
commit
33d6809dcd
2 changed files with 3 additions and 5 deletions
|
|
@ -75,6 +75,8 @@ namespace MatterHackers.MatterControl
|
|||
pages = this.GetPages();
|
||||
}
|
||||
|
||||
public abstract void Dispose();
|
||||
public virtual void Dispose()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue