Fixed: Initialize all members in PLYImporter

pull/596/head
Richard 2015-07-01 18:57:52 -06:00
parent 99e964d8b1
commit e584fbdf47
1 changed files with 2 additions and 0 deletions

View File

@ -90,6 +90,8 @@ namespace
// ------------------------------------------------------------------------------------------------
// Constructor to be privately used by Importer
PLYImporter::PLYImporter()
: mBuffer(),
pcDOM()
{}
// ------------------------------------------------------------------------------------------------