Rename all the remaining layout and location variables to trackInfo (where

appropriate).
This commit is contained in:
David Given
2022-09-16 00:20:54 +02:00
parent 81cbd00cc8
commit d0fb85e712
21 changed files with 43 additions and 43 deletions

View File

@@ -110,7 +110,7 @@ public:
}
public:
std::unique_ptr<Fluxmap> encode(std::shared_ptr<const TrackInfo>& layout,
std::unique_ptr<Fluxmap> encode(std::shared_ptr<const TrackInfo>& trackInfo,
const std::vector<std::shared_ptr<const Sector>>& sectors,
const Image& image) override
{