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 b0f3e082..fc36f1bf 100644 --- a/Source/SPHistoryController.h +++ b/Source/SPHistoryController.h @@ -24,7 +24,7 @@ #import <Cocoa/Cocoa.h> -@class TableDocument, TableContent, TablesList; +@class TableDocument, TableContent, SPTablesList; @interface SPHistoryController : NSObject { @@ -32,7 +32,7 @@ IBOutlet NSSegmentedControl *historyControl; TableContent *tableContentInstance; - TablesList *tablesListInstance; + SPTablesList *tablesListInstance; NSMutableArray *history; NSMutableDictionary *tableContentStates; NSUInteger historyPosition; |