Fixed: Initialize members in PlyParser
parent
5cc43ecfad
commit
65ada2596f
|
@ -211,7 +211,10 @@ public:
|
||||||
|
|
||||||
//! Default constructor
|
//! Default constructor
|
||||||
Property()
|
Property()
|
||||||
: eType (EDT_Int), bIsList(false), eFirstType(EDT_UChar)
|
: eType (EDT_Int),
|
||||||
|
Semantic(),
|
||||||
|
bIsList(false),
|
||||||
|
eFirstType(EDT_UChar)
|
||||||
{}
|
{}
|
||||||
|
|
||||||
//! Data type of the property
|
//! Data type of the property
|
||||||
|
|
Loading…
Reference in New Issue