Revision cb6abe72 pithos-macos/CountTransformer.m

b/pithos-macos/CountTransformer.m
54 54
}
55 55

  
56 56
+ (void)initialize {
57
    [[self class] setValueTransformer:[[self new] autorelease] forName:@"CountTransformer"];
57
    [[self class] setValueTransformer:[self new] forName:@"CountTransformer"];
58 58
}
59 59

  
60 60
@end

Also available in: Unified diff