diff --git a/DATFromDir/DATFromDir.cs b/DATFromDir/DATFromDir.cs
index 9d335e74..4b658ee0 100644
--- a/DATFromDir/DATFromDir.cs
+++ b/DATFromDir/DATFromDir.cs
@@ -426,7 +426,9 @@ namespace SabreTools
///
/// Filename of the item to be checked
/// StreamWriter representing the output file
- private string ProcessFile(string item, StreamWriter sw, string lastparent = "")
+ /// Name of the last parent rom to make sure that everything is grouped as well as possible
+ /// New parent to be used
+ private string ProcessFile(string item, StreamWriter sw, string lastparent)
{
// Special case for if we are in Romba mode (all names are supposed to be SHA-1 hashes)
if (_datdata.Romba)