Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jun 21, 2021
1 parent 1609ea8 commit 9046e65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/labeling/qgsrulebasedlabeling.cpp
Expand Up @@ -109,7 +109,7 @@ void QgsRuleBasedLabeling::Rule::initFilter()
else
{
mElseRule = false;
mFilter = std::make_unique< QgsExpression >( mFilterExp );
mFilter = qgis::make_unique< QgsExpression >( mFilterExp );
}
}

Expand Down

0 comments on commit 9046e65

Please sign in to comment.