Skip to content

Commit

Permalink
Fix copy
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids authored and nyalldawson committed Nov 3, 2020
1 parent 7d1ca81 commit 6d52771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/mdal/frmts/mdal_cf.cpp
Expand Up @@ -21,7 +21,7 @@ static std::pair<std::string, std::string> metadataFromClassification( const MDA
std::pair<std::string, std::string> classificationMeta;
classificationMeta.first = "classification";
std::string classification;
for ( const auto boundValues : classes )
for ( const auto &boundValues : classes )
{
if ( boundValues.first != NC_FILL_DOUBLE )
classification.append( MDAL::doubleToString( boundValues.first ) );
Expand Down

0 comments on commit 6d52771

Please sign in to comment.