| commit | a9a94b744e9d61a3ff56c0b1830a56145607758f | [log] |
|---|---|---|
| author | Stephan Bergmann <sbergman@redhat.com> | Mon Apr 16 14:39:52 2018 +0200 |
| committer | Stephan Bergmann <sbergman@redhat.com> | Mon Apr 16 14:41:34 2018 +0200 |
| tree | 634ee43d504eba7f7869b1959a9116cd7201e0b4 | |
| parent | 8885ffd9702f72047d9fc94c82ee57221e4e927c [diff] |
Fix --enable-qt5 ...after b36ea44dcbdb862b0ac6e6cdaf27225b43dc0c7e "push logic from ImpBitmap::ImplReleaseBuffer down" Change-Id: I781a79146880686b2396e783da6ed2d1304c7e38
diff --git a/vcl/qt5/Qt5Bitmap.cxx b/vcl/qt5/Qt5Bitmap.cxx index f5c943d..7ec43af 100644 --- a/vcl/qt5/Qt5Bitmap.cxx +++ b/vcl/qt5/Qt5Bitmap.cxx
@@ -215,7 +215,7 @@ BitmapBuffer* Qt5Bitmap::AcquireBuffer(BitmapAccessMode /*nMode*/) return pBuffer; } void Qt5Bitmap::ReleaseBuffer(BitmapBuffer* pBuffer, BitmapAccessMode /*nMode*/) void Qt5Bitmap::ReleaseBuffer(BitmapBuffer* pBuffer, BitmapAccessMode nMode) { m_aPalette = pBuffer->maPalette; auto count = m_aPalette.GetEntryCount();