Fix AddFiresContentChangedEvent - make base type abstract

This commit is contained in:
John Lewin 2018-05-31 12:15:39 -07:00
parent 9e8e6f2948
commit c9aad50d19

View file

@ -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)