diff --git a/SabreTools.Library/FileTypes/BaseArchive.cs b/SabreTools.Library/FileTypes/BaseArchive.cs
index e8797b89..bd1b7785 100644
--- a/SabreTools.Library/FileTypes/BaseArchive.cs
+++ b/SabreTools.Library/FileTypes/BaseArchive.cs
@@ -77,14 +77,14 @@ namespace SabreTools.Library.FileTypes
/// True if entry dates should be included, false otherwise (default)
/// List of DatItem objects representing the found data
/// TODO: All instances of Hash.DeepHashes should be made into 0x0 eventually
- public new abstract List GetChildren(Hash omitFromScan = Hash.DeepHashes, bool date = false);
+ public override abstract List GetChildren(Hash omitFromScan = Hash.DeepHashes, bool date = false);
///
/// Generate a list of empty folders in an archive
///
/// Input file to get data from
/// List of empty folders in the archive
- public new abstract List GetEmptyFolders();
+ public override abstract List GetEmptyFolders();
///
/// Check whether the input file is a standardized format