summaryrefslogtreecommitdiff
path: root/user/calligra/ridiculous-typo.patch
blob: 9d81e899ef2dd089e029a0f61521f8f807fdb603 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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() << "</moh>";
-    std:sort(m_shapes.begin(), m_shapes.end(), shapeIsLessThan);
+    std::sort(m_shapes.begin(), m_shapes.end(), shapeIsLessThan);
     // Update position
     qreal y = 0;
     qDebug() << "<Updating>";