Maintain storage_config exposed API
This commit is contained in:
committed by
Daniel J. H
parent
0b5c7a97a7
commit
8da40419ee
@@ -72,6 +72,11 @@ struct ExtractorConfig final : storage::IOConfig
|
||||
{
|
||||
}
|
||||
|
||||
void UseDefaultOutputNames(const boost::filesystem::path &base)
|
||||
{
|
||||
IOConfig::UseDefaultOutputNames(base);
|
||||
}
|
||||
|
||||
boost::filesystem::path input_path;
|
||||
boost::filesystem::path profile_path;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user