Revision cb6abe72 pithos-macos/LastCompletedSyncTransformer.m

b/pithos-macos/LastCompletedSyncTransformer.m
75 75
}
76 76

  
77 77
+ (void)initialize {
78
    [[self class] setValueTransformer:[[self new] autorelease] forName:@"LastCompletedSyncTransformer"];
78
    [[self class] setValueTransformer:[self new] forName:@"LastCompletedSyncTransformer"];
79 79
}
80 80

  
81 81
@end

Also available in: Unified diff