Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed build error
  • Loading branch information
wonder-sk committed Aug 27, 2011
1 parent 30f1153 commit 26aa007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/symbology-ng/qgsrulebasedrendererv2.cpp
Expand Up @@ -136,7 +136,7 @@ QgsSymbolV2* QgsRuleBasedRendererV2::symbolForFeature( QgsFeature& feature )
{
Rule* rule = *it;

if ( rule->isFilterOK( mCurrentFields, feature ) )
if ( rule->isFilterOK( feature ) )
{
return rule->symbol(); //works with levels but takes only first rule
}
Expand Down

0 comments on commit 26aa007

Please sign in to comment.