diff --git a/fast_paths.m b/fast_paths.m index ec2f646a..bf9468ef 100644 --- a/fast_paths.m +++ b/fast_paths.m @@ -25,7 +25,7 @@ - (id)init; { return class_createInstance(cls, 0); } - return [cls alloc]; + return [cls alloc]; } /**