Fixed: Initialize all members in PLYImporter

This commit is contained in:
Richard
2015-07-01 18:57:52 -06:00
parent 99e964d8b1
commit e584fbdf47

View File

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