From 65ada2596febd009545303c884c100ba8affd396 Mon Sep 17 00:00:00 2001 From: Richard Date: Tue, 30 Jun 2015 23:29:37 -0600 Subject: [PATCH] Fixed: Initialize members in PlyParser --- code/PlyParser.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/code/PlyParser.h b/code/PlyParser.h index d0b90c81f..c048db3cf 100644 --- a/code/PlyParser.h +++ b/code/PlyParser.h @@ -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