[en-GB] Added 13 words to autocorrect
[LibreOffice.git] / external / gpgmepp / c++20.patch
blob3141dca1ea704cc8804c3cdb9296d46c92878fcc
1 --- lang/cpp/src/keylistresult.cpp
2 +++ lang/cpp/src/keylistresult.cpp
3 @@ -77,7 +77,7 @@
5 void GpgME::KeyListResult::detach()
7 - if (!d || d.unique()) {
8 + if (!d || d.use_count() == 1) {
9 return;
11 d.reset(new Private(*d));