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

coverity#707818 Uninitialized scalar field

Change-Id: I4c099d0e91cb1b90807a94d4e3ac17747a4b4b92
üst 10041dc7
......@@ -24,10 +24,11 @@
//----------------------------------DXFLType-----------------------------------
DXFLType::DXFLType()
: pSucc(NULL)
, nFlags(0)
, nDashCount(0)
, fPatternLength(0.0)
{
pSucc=NULL;
nFlags=0;
nDashCount=0;
}
void DXFLType::Read(DXFGroupReader & rDGR)
......
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