mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-11 16:19:17 +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)
|
vtkStandardNewMacro(GEOM_EdgeSource)
|
||||||
|
|
||||||
GEOM_EdgeSource::GEOM_EdgeSource() :
|
GEOM_EdgeSource::GEOM_EdgeSource() :
|
||||||
myIsVector(false)
|
myIsVector(false),
|
||||||
|
myIsVectorMode(false)
|
||||||
{
|
{
|
||||||
this->SetNumberOfInputPorts(0);
|
this->SetNumberOfInputPorts(0);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user