mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-12 01:30:36 +05:00
Fixed bos#34419 - class member was not initialized
This commit is contained in:
parent
5a3993c7b0
commit
ddba456747
@ -40,7 +40,8 @@
|
||||
vtkStandardNewMacro(GEOM_EdgeSource)
|
||||
|
||||
GEOM_EdgeSource::GEOM_EdgeSource() :
|
||||
myIsVector(false)
|
||||
myIsVector(false),
|
||||
myIsVectorMode(false)
|
||||
{
|
||||
this->SetNumberOfInputPorts(0);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user