Kaydet (Commit) 67443651 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1264396 Uninitialized scalar field

Change-Id: I085f2d0e15c88b995bea3f99945c9ab2e2bcc909
üst 422b8ded
......@@ -50,6 +50,8 @@ OpenGLSalGraphicsImpl::OpenGLSalGraphicsImpl(SalGraphics& rParent, SalGeometryPr
#ifdef DBG_UTIL
, mProgramIsSolidColor(false)
#endif
, mProgramSolidColor(SALCOLOR_NONE)
, mProgramSolidTransparency(0.0)
{
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment