fixed a warning issue at the file eoRealBounds.cpp

This commit is contained in:
Caner CANDAN 2010-08-18 17:18:36 +02:00
commit 8e858e8fff

View file

@ -49,7 +49,7 @@ long int read_int(std::string _s)
// need to rewrite copy ctor and assignement operator because of ownedBounds
eoRealVectorBounds::eoRealVectorBounds(const eoRealVectorBounds & _b):
eoRealBaseVectorBounds(_b)
eoRealBaseVectorBounds(_b), eoPersistent()
{
factor = _b.factor;
ownedBounds = _b.ownedBounds;