diff options
Diffstat (limited to 'Source/SPHistoryController.h')
-rw-r--r-- | Source/SPHistoryController.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPHistoryController.h b/Source/SPHistoryController.h index 58f66352..524c19ae 100644 --- a/Source/SPHistoryController.h +++ b/Source/SPHistoryController.h @@ -52,7 +52,7 @@ enum sphistory_view_types // Interface interaction - (void) updateToolbarItem; -- (void)goBackwardInHistory; +- (void)goBackInHistory; - (void)goForwardInHistory; - (IBAction) historyControlClicked:(NSSegmentedControl *)theControl; - (unsigned int) currentlySelectedView; |