diff options
Diffstat (limited to 'Source/SPHistoryController.h')
-rw-r--r-- | Source/SPHistoryController.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/SPHistoryController.h b/Source/SPHistoryController.h index 0b2d50d9..dd5c7133 100644 --- a/Source/SPHistoryController.h +++ b/Source/SPHistoryController.h @@ -45,12 +45,12 @@ enum sphistory_view_types NSMutableArray *history; NSMutableDictionary *tableContentStates; NSUInteger historyPosition; - BOOL modifyingHistoryState; + BOOL modifyingState; } @property (readonly) NSUInteger historyPosition; @property (readonly) NSMutableArray *history; -@property (readwrite, assign) BOOL modifyingHistoryState; +@property (readwrite, assign) BOOL modifyingState; // Interface interaction - (void) updateToolbarItem; |