Revert FileSource rename

This commit is contained in:
Jbleezy
2024-10-07 12:33:01 -07:00
parent bd57f84ecd
commit 351a4441c2
2 changed files with 3 additions and 3 deletions

View File

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