--- trunk/src/utils/GenericData.hpp 2005/04/15 22:04:00 507 +++ trunk/src/utils/GenericData.hpp 2006/02/01 17:26:43 877 @@ -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)