Skip to content

Commit

Permalink
fix code_layout error
Browse files Browse the repository at this point in the history
  • Loading branch information
nastasi-oq committed Mar 10, 2019
1 parent cff7c35 commit 0a3b20d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/layout/qgslayoutaligner.cpp
Expand Up @@ -178,7 +178,7 @@ void QgsLayoutAligner::distributeItems( QgsLayout *layout, const QList<QgsLayout
case DistributeHSpace: case DistributeHSpace:
case DistributeVSpace: case DistributeVSpace:
// not reachable branch, just to avoid compilation warning // not reachable branch, just to avoid compilation warning
return nan(""); return nan( "" );
} }
// no warnings // no warnings
return itemBBox.left(); return itemBBox.left();
Expand Down

0 comments on commit 0a3b20d

Please sign in to comment.