diff options
author | stuconnolly <stuart02@gmail.com> | 2009-08-07 22:19:52 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2009-08-07 22:19:52 +0000 |
commit | d7e813476d49f3b9296b94c3c57a495b7f237885 (patch) | |
tree | 612e0152711a9ab7cbbc36ad1929a22aad883d5c /Source/TablesList.h | |
parent | 8434b6fe15bd671bf2179658f26b4a44bd61732c (diff) | |
download | sequelpro-d7e813476d49f3b9296b94c3c57a495b7f237885.tar.gz sequelpro-d7e813476d49f3b9296b94c3c57a495b7f237885.tar.bz2 sequelpro-d7e813476d49f3b9296b94c3c57a495b7f237885.zip |
Source tidy up and missing SVN properties.
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 |