Skip to content
Snippets Groups Projects

[fix] init variables in vtkPositionOrientationPacketInterpreter

Merged Timothée Couble requested to merge fix/crashOusterStudioWindowsPackagedBuild into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -62,9 +62,9 @@ private:
vtkPositionOrientationPacketInterpreter(const vtkPositionOrientationPacketInterpreter&) = delete;
void operator=(const vtkPositionOrientationPacketInterpreter&) = delete;
int SizeRawInformationLastAsk;
int SizeRawInformationLastAsk = 0;
int SizePositionOrientationInformationLastAsk;
int SizePositionOrientationInformationLastAsk = 0;
};
#endif // VTKPOSITIONORIENTATIONPACKETINTERPRETER_H
Loading