Browse Source

coverity findings: add missind intialization in STEPFile.

Kim Kulling 9 years ago
parent
commit
1ea1f6dcfa
1 changed files with 1 additions and 0 deletions
  1. 1 0
      code/STEPFile.h

+ 1 - 0
code/STEPFile.h

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