Add initial support for user catalog
[pithos-macos] / pithos-macos / DirPathFileURLTransformer.m
index b8e4cab..f06505b 100644 (file)
@@ -60,7 +60,7 @@
 }
 
 + (void)initialize {
-    [[NSValueTransformer class] setValueTransformer:[self new] forName:@"DirPathFileURLTransformer"];
+    [[self class] setValueTransformer:[self new] forName:@"DirPathFileURLTransformer"];
 }
 
 @end