summaryrefslogtreecommitdiff
path: root/vcl/opengl
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-01-15 20:17:45 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-01-15 20:18:02 +0000
commit674436511d37fe9d777a394c2311da17b6e03c6b (patch)
tree54b607447a111db3c5ad6da7bd77a70381d7808e /vcl/opengl
parent422b8dedd0378ab830836f4cf64a34223c6c01cc (diff)
coverity#1264396 Uninitialized scalar field
Change-Id: I085f2d0e15c88b995bea3f99945c9ab2e2bcc909
Diffstat (limited to 'vcl/opengl')
-rw-r--r--vcl/opengl/gdiimpl.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/opengl/gdiimpl.cxx b/vcl/opengl/gdiimpl.cxx
index 6da2c26a96c2..ebfc03aa38ee 100644
--- a/vcl/opengl/gdiimpl.cxx
+++ b/vcl/opengl/gdiimpl.cxx
@@ -50,6 +50,8 @@ OpenGLSalGraphicsImpl::OpenGLSalGraphicsImpl(SalGraphics& rParent, SalGeometryPr
#ifdef DBG_UTIL
, mProgramIsSolidColor(false)
#endif
+ , mProgramSolidColor(SALCOLOR_NONE)
+ , mProgramSolidTransparency(0.0)
{
}