Skip to content

Commit

Permalink
Using "traditional properties" for [KDocument ast] and [KDocument ast…
Browse files Browse the repository at this point in the history
…RootNode] to hopefully make Xcode 4 happy
  • Loading branch information
rsms committed Apr 25, 2011
1 parent 702fe2b commit 2aaf402
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/KDocument.h
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ extern NSString *const KDocumentWillCloseNotification;
@property(readonly) uint64_t version;


@property(readonly) kod::ASTPtr *
@property(readonly) kod::ASTNodePtr &astRootNode;
-(kod::ASTPtr&)ast;
-(kod::ASTNodePtr&)astRootNode;


// A Uniform Type Identifier for the current contents
Expand Down

0 comments on commit 2aaf402

Please sign in to comment.