diff options
Diffstat (limited to 'Source/TablesList.h')
-rw-r--r-- | Source/TablesList.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/TablesList.h b/Source/TablesList.h index 250f451f..390e7ee7 100644 --- a/Source/TablesList.h +++ b/Source/TablesList.h @@ -36,13 +36,13 @@ enum sp_table_types SP_TABLETYPE_FUNC = 3 }; -@class CMMCResult, MCPConnection; - @interface NSObject (NSSplitView) + - (NSView *)collapsibleSubview; - (IBAction)toggleCollapse:(id)sender; - (BOOL)collapsibleSubviewIsCollapsed; - (void)setCollapsibleSubviewCollapsed:(BOOL)flag; + @end @interface TablesList : NSObject |