--- trunk/OOPSE-3.0/src/utils/GenericData.hpp 2006/01/30 22:25:27 2576 +++ trunk/OOPSE-3.0/src/utils/GenericData.hpp 2006/02/01 17:26:43 2577 @@ -189,7 +189,7 @@ namespace oopse{ VectorTypeData(const std::string& id) : GenericData(id){} - VectorTypeData(const SelfType& s) : SelfType(s){} + VectorTypeData(const SelfType& s) : data_(s){} SelfType& operator =(const SelfType& s){ if (this == &s)