--- calligra-3.2.1/braindump/src/layouts/ColumnLayout.cpp.old 2020-05-14 06:51:30.000000000 +0000 +++ calligra-3.2.1/braindump/src/layouts/ColumnLayout.cpp 2020-07-30 00:37:08.634435315 +0000 @@ -94,7 +94,7 @@ qDebug() << _shape << _shape->absolutePosition(KoFlake::TopLeftCorner).y() << " " << _shape->position().y(); } qDebug() << ""; - std:sort(m_shapes.begin(), m_shapes.end(), shapeIsLessThan); + std::sort(m_shapes.begin(), m_shapes.end(), shapeIsLessThan); // Update position qreal y = 0; qDebug() << "";