From 677ae4f4585c96375002980e0658ca9632aa1fa0 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Fri, 17 Dec 2010 11:34:33 -0500 Subject: [PATCH] Fix a warning about a non-synthesized setter being marked atomic. --- Source/BSSourceView.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/BSSourceView.h b/Source/BSSourceView.h index bd86434..ffdc0ed 100644 --- a/Source/BSSourceView.h +++ b/Source/BSSourceView.h @@ -33,7 +33,7 @@ @property(readwrite, assign) BSLineNumberView* numberView; @property(readwrite, assign) BSSourceViewTextView* textView; @property(readwrite, assign) NSScrollView* scrollView; -@property(readwrite, assign) NSString* file; +@property(readwrite, nonatomic, assign) NSString* file; @property(readwrite, assign) int markedLine; @property(readwrite, assign) id delegate; -- 2.22.5