diff options
Diffstat (limited to 'TablesList.h')
-rw-r--r-- | TablesList.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TablesList.h b/TablesList.h index bc360434..7693f94c 100644 --- a/TablesList.h +++ b/TablesList.h @@ -74,7 +74,7 @@ - (BOOL)statusLoaded; // Setter methods -- (void)setContentRequiresReload; +- (void)setContentRequiresReload:(BOOL)reload; //tableView datasource methods - (int)numberOfRowsInTableView:(NSTableView *)aTableView; |