Fix AddFiresContentChangedEvent - make base type abstract
This commit is contained in:
parent
9e8e6f2948
commit
c9aad50d19
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ namespace MatterHackers.MatterControl.Library
|
|||
}
|
||||
}
|
||||
|
||||
public class HistoryContainerBase : FileSystemContainer, ILibraryWritableContainer
|
||||
public abstract class HistoryContainerBase : FileSystemContainer, ILibraryWritableContainer
|
||||
{
|
||||
public HistoryContainerBase(string fullPath)
|
||||
: base(fullPath)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue