0031035: Coding - uninitialized class fields reported by Visual Studio Code Analysis
[occt.git] / src / Draw / Draw_Interpretor.cxx
index 84e9d36..e8cfe0c 100644 (file)
@@ -277,7 +277,8 @@ Draw_Interpretor::Draw_Interpretor(const Draw_PInterp& p) :
   isAllocated(Standard_False),
   myInterp(p),
   myDoLog(Standard_False),
-  myDoEcho(Standard_False)
+  myDoEcho(Standard_False),
+  myFDLog(-1)
 {
 }