Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mhugent committed Jun 30, 2020
1 parent c399f08 commit f3eaf33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/symbology/qgssymbollayerutils.cpp
Expand Up @@ -4529,4 +4529,5 @@ QgsSymbol *QgsSymbolLayerUtils::restrictedSizeSymbol( const QgsSymbol *s, double
height = size;
return ls;
}
return 0;
}

0 comments on commit f3eaf33

Please sign in to comment.