Skip to content

Commit 69ec725

Browse files
committed
Fix warning
1 parent e5f8169 commit 69ec725

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/dxf/qgsdxfexport.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -4053,6 +4053,7 @@ double QgsDxfExport::mapUnitScaleFactor( double scaleDenominator, QgsSymbolV2::O
40534053
{
40544054
return mapUnitsPerPixel;
40554055
}
4056+
return 1.0;
40564057
}
40574058

40584059
void QgsDxfExport::clipValueToMapUnitScale( double& value, const QgsMapUnitScale& scale, double pixelToMMFactor ) const

0 commit comments

Comments
 (0)