Skip to content

Commit

Permalink
fix clang compile error on osx
Browse files Browse the repository at this point in the history
  • Loading branch information
slarosa authored and nyalldawson committed May 25, 2018
1 parent c73262d commit e6a0d52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/fieldformatter/qgsvaluerelationfieldformatter.cpp
Expand Up @@ -197,7 +197,7 @@ QSet<QString> QgsValueRelationFieldFormatter::expressionFormAttributes( const QS
.toSet()
.intersect( exp.referencedFunctions( ) ) );
const QList<const QgsExpressionNodeFunction *> expFunctions( exp.findNodes<QgsExpressionNodeFunction>() );
const QgsExpressionContext context;
QgsExpressionContext context;
for ( const auto &f : expFunctions )
{
QgsExpressionFunction *fd = QgsExpression::QgsExpression::Functions()[f->fnIndex()];
Expand Down

0 comments on commit e6a0d52

Please sign in to comment.