diff options
Diffstat (limited to 'Source/SPHistoryController.h')
-rw-r--r-- | Source/SPHistoryController.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/SPHistoryController.h b/Source/SPHistoryController.h index 1b5ecaf3..4497c283 100644 --- a/Source/SPHistoryController.h +++ b/Source/SPHistoryController.h @@ -56,19 +56,19 @@ enum sphistory_view_types - (void)goBackInHistory; - (void)goForwardInHistory; - (IBAction) historyControlClicked:(NSSegmentedControl *)theControl; -- (unsigned int) currentlySelectedView; +- (NSUInteger) currentlySelectedView; // Adding or updating history entries - (void) updateHistoryEntries; // Loading history entries -- (void) loadEntryAtPosition:(unsigned int)position; +- (void) loadEntryAtPosition:(NSUInteger)position; - (void) loadEntryTaskWithPosition:(NSNumber *)positionNumber; - (void) abortEntryLoadWithPool:(NSAutoreleasePool *)pool; - (void) loadEntryFromMenuItem:(id)theMenuItem; // History entry details and description -- (NSMenuItem *) menuEntryForHistoryEntryAtIndex:(int)theIndex; +- (NSMenuItem *) menuEntryForHistoryEntryAtIndex:(NSInteger)theIndex; - (NSString *) nameForHistoryEntryDetails:(NSDictionary *)theEntry; @end
\ No newline at end of file |