coverity findings: add missind intialization in STEPFile.

pull/736/head
Kim Kulling 2015-12-30 20:02:35 +01:00
parent e1818d8ab6
commit 1ea1f6dcfa
1 changed files with 1 additions and 0 deletions

View File

@ -863,6 +863,7 @@ namespace STEP {
: reader(reader)
, splitter(*reader,true,true)
, evaluated_count()
, schema( NULL )
{}
public: