Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed May 4, 2014
1 parent c1d3958 commit 70225a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/symbology-ng/qgsfillsymbollayerv2.cpp
Expand Up @@ -1477,8 +1477,8 @@ QgsSVGFillSymbolLayer::QgsSVGFillSymbolLayer( const QString& svgFilePath, double

QgsSVGFillSymbolLayer::QgsSVGFillSymbolLayer( const QByteArray& svgData, double width, double angle ): QgsImageFillSymbolLayer(),
mPatternWidth( width ),
mSvgData( svgData ),
mPatternWidthUnit( QgsSymbolV2::MM ),
mSvgData( svgData ),
mSvgOutlineWidthUnit( QgsSymbolV2::MM )
{
storeViewBox();
Expand Down

0 comments on commit 70225a3

Please sign in to comment.