diff options
Diffstat (limited to 'Source/SPHistoryController.m')
-rw-r--r-- | Source/SPHistoryController.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPHistoryController.m b/Source/SPHistoryController.m index 31db15ee..7f1d3ffd 100644 --- a/Source/SPHistoryController.m +++ b/Source/SPHistoryController.m @@ -58,6 +58,7 @@ - (void) awakeFromNib { +#warning private ivar accessed from outside tableContentInstance = [theDocument valueForKey:@"tableContentInstance"]; tablesListInstance = [theDocument valueForKey:@"tablesListInstance"]; toolbarItemVisible = NO; |