Change set-only property → method

This commit is contained in:
Allan Odgaard
2012-09-12 15:58:50 +02:00
parent a14a13feff
commit cb46ba11e5
2 changed files with 2 additions and 2 deletions

View File

@@ -89,7 +89,8 @@ PUBLIC @interface OakTextView : OakView <NSTextInput, NSTextFieldDelegate>
OakChoiceMenu* choiceMenu;
std::vector<std::string> choiceVector;
}
@property (nonatomic, assign) document::document_ptr const& document;
- (void)setDocument:(document::document_ptr const&)aDocument;
@property (nonatomic, assign) theme_ptr const& theme;
@property (nonatomic, retain) NSCursor* ibeamCursor;
@property (nonatomic, retain) NSFont* font;

View File

@@ -296,7 +296,6 @@ static std::string shell_quote (std::vector<std::string> paths)
@synthesize antiAlias;
@synthesize initiateDragTimer, dragScrollTimer, optionDownDate, showColumnSelectionCursor, showDragCursor, choiceMenu;
@synthesize markedRanges;
@synthesize document;
@synthesize refreshNestCount;
@synthesize liveSearchViewController, liveSearchString, liveSearchRanges;