Fixed: Initialize members in PlyParser

pull/596/head
Richard 2015-06-30 23:29:37 -06:00
parent 5cc43ecfad
commit 65ada2596f
1 changed files with 4 additions and 1 deletions

View File

@ -211,7 +211,10 @@ public:
//! Default constructor
Property()
: eType (EDT_Int), bIsList(false), eFirstType(EDT_UChar)
: eType (EDT_Int),
Semantic(),
bIsList(false),
eFirstType(EDT_UChar)
{}
//! Data type of the property