Skip to content
Permalink
Browse files
Fix possibility of returning void in symbolForFeature
  • Loading branch information
timlinux committed May 10, 2011
1 parent eb899f7 commit 158834b
Showing 1 changed file with 1 addition and 0 deletions.
@@ -141,6 +141,7 @@ QgsSymbolV2* QgsRuleBasedRendererV2::symbolForFeature( QgsFeature& feature )
return rule->symbol(); //works with levels but takes only first rule
}
}
return mCurrentSymbol;
}

void QgsRuleBasedRendererV2::renderFeature( QgsFeature& feature,

0 comments on commit 158834b

Please sign in to comment.