mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Rename a bunch of config fields for clarity.
This commit is contained in:
@@ -34,7 +34,7 @@ std::unique_ptr<ImageReader> ImageReader::create(const InputFileProto& config)
|
||||
|
||||
void ImageReader::updateConfigForFilename(const std::string& filename)
|
||||
{
|
||||
InputFileProto* f = config.mutable_input()->mutable_file();
|
||||
InputFileProto* f = config.mutable_input()->mutable_image();
|
||||
static const std::map<std::string, std::function<void(void)>> formats =
|
||||
{
|
||||
{".adf", [&]() { f->mutable_img(); }},
|
||||
|
||||
Reference in New Issue
Block a user