include/vcl/test/GraphicsRenderTests.hxx | 5 +++++ 1 file changed, 5 insertions(+)
New commits: commit e9059584f0ead5c463a48aa68ebef334d3a02d2a Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Tue Jul 13 09:48:57 2021 +0100 Commit: Caolán McNamara <caol...@redhat.com> CommitDate: Tue Jul 13 13:47:09 2021 +0200 cid#1487472 Uninitialized scalar field Change-Id: I84333dc82904c50d887859e14490d5f38ceb2deb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118822 Tested-by: Caolán McNamara <caol...@redhat.com> Reviewed-by: Caolán McNamara <caol...@redhat.com> diff --git a/include/vcl/test/GraphicsRenderTests.hxx b/include/vcl/test/GraphicsRenderTests.hxx index 7c0fca129669..d787b7ed012a 100644 --- a/include/vcl/test/GraphicsRenderTests.hxx +++ b/include/vcl/test/GraphicsRenderTests.hxx @@ -110,4 +110,9 @@ public: std::vector<VclTestResult>& getTestResults(); OUString getResultString(); void run(bool storeResultBitmap = false); + + GraphicsRenderTests() + : m_aStoreResultantBitmap(false) + { + } }; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits