Use different interface name

This commit is contained in:
Matt Nadareski
2025-01-04 22:10:52 -05:00
parent 3dc8466cf7
commit b784a3b0bf
5 changed files with 8 additions and 8 deletions

View File

@@ -12,7 +12,7 @@ namespace SabreTools.FileTypes
/// <summary>
/// Represents a folder for reading and writing
/// </summary>
public class Folder : BaseFile, IFolder
public class Folder : BaseFile, IParent
{
#region Protected instance variables