Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix warnings about pageIndex setter.
- Found in LLVM with Xcode 4.1
  • Loading branch information
kamitchell committed Sep 23, 2011
1 parent 8bfd99a commit f691b25
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SpeakerNotesWindowController.h
Expand Up @@ -25,8 +25,9 @@

@property(retain) IBOutlet WebView *webView;
@property(retain) IBOutlet SpeakerSlidesView *slidesView;
@property(readwrite) NSUInteger pageIndex;
@property(readwrite, setter=setPageIndex:) NSUInteger pageIndex;

- (void)changeFont:(id)sender;
- (void)setPageIndex:(NSUInteger)pageIndex;

@end

0 comments on commit f691b25

Please sign in to comment.