Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix build
  • Loading branch information
nyalldawson committed Jun 9, 2021
1 parent 880c358 commit 127b605
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 127b605

Please sign in to comment.