Skip to content

Instantly share code, notes, and snippets.

@laiso
Created December 1, 2011 06:03
Show Gist options
  • Save laiso/1414165 to your computer and use it in GitHub Desktop.
Save laiso/1414165 to your computer and use it in GitHub Desktop.
diff --git a/CHCSVParser.h b/CHCSVParser.h
index 6a7a198..93a52a7 100644
--- a/CHCSVParser.h
+++ b/CHCSVParser.h
@@ -55,7 +55,7 @@
NSError *error;
}
-@property (assign) __weak id<CHCSVParserDelegate> parserDelegate;
+@property (weak) id<CHCSVParserDelegate> parserDelegate;
@property (readonly) NSError * error;
@property (readonly) NSString * csvFile;
@property (nonatomic, copy) NSString *delimiter;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment