mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-03 00:02:25 -05:00
fix code_layout error
This commit is contained in:
parent
cff7c35684
commit
0a3b20d02f
@ -178,7 +178,7 @@ void QgsLayoutAligner::distributeItems( QgsLayout *layout, const QList<QgsLayout
|
||||
case DistributeHSpace:
|
||||
case DistributeVSpace:
|
||||
// not reachable branch, just to avoid compilation warning
|
||||
return nan("");
|
||||
return nan( "" );
|
||||
}
|
||||
// no warnings
|
||||
return itemBBox.left();
|
||||
|
Loading…
x
Reference in New Issue
Block a user