diff -r c53acadfccc6 -r acef663c1218 inc/mdcitem.h --- a/inc/mdcitem.h Mon Jan 18 20:34:07 2010 +0200 +++ b/inc/mdcitem.h Tue Jan 26 12:13:20 2010 +0200 @@ -24,7 +24,7 @@ NONSHARABLE_CLASS(TMdCItem) : protected TMdCSerializationType { protected: - TMdCItem(TMdCStructTypes aType) : TMdCSerializationType( aType ) + TMdCItem(TMdCStructTypes aType) : TMdCSerializationType( aType ), iId( 0 ), iDefId( 0 ) { }