Rename FileSource to File

This commit is contained in:
Jbleezy
2024-10-06 15:01:51 -07:00
parent 2aac08a62d
commit 494ea8f89c
2 changed files with 3 additions and 3 deletions

View File

@ -381,7 +381,7 @@ namespace
{
// clang-format off
return headerRow.RequireIndexForHeader("Name", m_name)
&& headerRow.RequireIndexForHeader("FileSource", m_file_source)
&& headerRow.RequireIndexForHeader("File", m_file_source)
&& headerRow.RequireIndexForHeader("Secondary", m_secondary)
&& headerRow.RequireIndexForHeader("Storage", m_storage)
&& headerRow.RequireIndexForHeader("Bus", m_bus)