mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Sync constructors between Item dicts
This commit is contained in:
@@ -27,12 +27,12 @@ namespace SabreTools.DatFiles
|
||||
/// <summary>
|
||||
/// Determine the bucketing key for all items
|
||||
/// </summary>
|
||||
private ItemKey _bucketedBy;
|
||||
private ItemKey _bucketedBy = ItemKey.NULL;
|
||||
|
||||
/// <summary>
|
||||
/// Determine merging type for all items
|
||||
/// </summary>
|
||||
private DedupeType _mergedBy;
|
||||
private DedupeType _mergedBy = DedupeType.None;
|
||||
|
||||
/// <summary>
|
||||
/// Internal dictionary for the class
|
||||
@@ -82,8 +82,6 @@ namespace SabreTools.DatFiles
|
||||
/// </summary>
|
||||
public ItemDictionary()
|
||||
{
|
||||
_bucketedBy = ItemKey.NULL;
|
||||
_mergedBy = DedupeType.None;
|
||||
_logger = new Logger(this);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user