Monotone-Parent: 72200746a9f7ee37d797519783476d88536f267d

Monotone-Revision: 0f9eac2195a8e5d5ca41db21705479944c46076a

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2008-12-17T14:33:41
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau 2008-12-17 14:33:41 +00:00
parent 8327699982
commit be3758962d

View file

@ -86,6 +86,7 @@
if ((self = [super init])) if ((self = [super init]))
{ {
groupElement = NO; groupElement = NO;
data = NULL;
} }
return self; return self;