@@ -32,11 +32,11 @@ return [[[self alloc] initWithMemoryAddress: address size: size writable: writable] autorelease]; } -- (instancetype)init OF_UNAVAILABLE +- (instancetype)init { OF_INVALID_INIT_METHOD } - (instancetype)initWithMemoryAddress: (void *)address