mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Rename Track to TrackInfo, which better describes what it is.
This commit is contained in:
@@ -107,7 +107,7 @@ private:
|
||||
}
|
||||
|
||||
public:
|
||||
std::unique_ptr<Fluxmap> encode(std::shared_ptr<const Track>& layout,
|
||||
std::unique_ptr<Fluxmap> encode(std::shared_ptr<const TrackInfo>& layout,
|
||||
const std::vector<std::shared_ptr<const Sector>>& sectors,
|
||||
const Image& image) override
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user