fixed a warning issue at the file eoRealBounds.cpp
This commit is contained in:
parent
9632d429dc
commit
8e858e8fff
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ long int read_int(std::string _s)
|
||||||
|
|
||||||
// need to rewrite copy ctor and assignement operator because of ownedBounds
|
// need to rewrite copy ctor and assignement operator because of ownedBounds
|
||||||
eoRealVectorBounds::eoRealVectorBounds(const eoRealVectorBounds & _b):
|
eoRealVectorBounds::eoRealVectorBounds(const eoRealVectorBounds & _b):
|
||||||
eoRealBaseVectorBounds(_b)
|
eoRealBaseVectorBounds(_b), eoPersistent()
|
||||||
{
|
{
|
||||||
factor = _b.factor;
|
factor = _b.factor;
|
||||||
ownedBounds = _b.ownedBounds;
|
ownedBounds = _b.ownedBounds;
|
||||||
|
|
|
||||||
Reference in a new issue