Review cleanup

This commit is contained in:
Tim Wojtulewicz 2020-06-10 11:08:56 -07:00
parent ed13972924
commit bac318475a
6 changed files with 21 additions and 14 deletions

View file

@ -31,7 +31,7 @@ Config::Config(ReaderFrontend *frontend) : ReaderBackend(frontend)
for ( const auto& entry : globals )
{
auto id = entry.second;
auto& id = entry.second;
if ( ! id->IsOption() )
continue;