diff options
author | abhibeckert <abhi@abhibeckert.com> | 2008-04-27 04:51:08 +0000 |
---|---|---|
committer | abhibeckert <abhi@abhibeckert.com> | 2008-04-27 04:51:08 +0000 |
commit | 13b1c1921ff4a6d7a47057646cfa519366071348 (patch) | |
tree | 9552715ebe18ef000a8f14b50ed383127783e22d /TableDocument.h | |
parent | 25f32f7287deee8d0b8ef4309645062a474a6451 (diff) | |
download | sequelpro-13b1c1921ff4a6d7a47057646cfa519366071348.tar.gz sequelpro-13b1c1921ff4a6d7a47057646cfa519366071348.tar.bz2 sequelpro-13b1c1921ff4a6d7a47057646cfa519366071348.zip |
complete issue 13 - move database select into toolbar
Diffstat (limited to 'TableDocument.h')
-rw-r--r-- | TableDocument.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/TableDocument.h b/TableDocument.h index 018c507e..6f2ca003 100644 --- a/TableDocument.h +++ b/TableDocument.h @@ -27,6 +27,7 @@ #import <MCPKit_bundled/MCPKit_bundled.h> #import "CMMCPConnection.h" #import "CMMCPResult.h" +#import "DatabaseSelectToolbarItem.h" /** * The TableDocument class controls the primary database view window. |