openjdk-23: use OpenJDK 23 as the boot JDK
[oi-userland.git] / components / library / libwpd / patches / 00-gcc-6.patch
blob481a72161fe923069502d815aa9ad0d6449ab281
1 --- libwpd-0.10.3/src/lib/WPXTable.h.orig 2020-03-15 12:06:40.916940154 +0000
2 +++ libwpd-0.10.3/src/lib/WPXTable.h 2020-03-15 12:07:10.389013977 +0000
3 @@ -53,7 +53,7 @@
4 ~WPXTable();
5 void insertRow();
6 void insertCell(unsigned char colSpan, unsigned char rowSpan, unsigned char borderBits);
7 - const WPXTableCell *getCell(size_t i, size_t j)
8 + const WPXTableCell *getCell(std::size_t i, std::size_t j)
10 return &(m_tableRows[i])[j];