diff options
author | rowanbeentje <rowan@beent.je> | 2012-10-08 14:26:01 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2012-10-08 14:26:01 +0000 |
commit | c55ffebc406d7d2af3c71b2dace3ec7e3238fd55 (patch) | |
tree | 24bd96933a185e5e1fc4629c221b20df2c933330 /Source/SPFavoritesOutlineView.h | |
parent | 051e606e86cb7817defc2ecb2cf4efb7c6444e4c (diff) | |
download | sequelpro-c55ffebc406d7d2af3c71b2dace3ec7e3238fd55.tar.gz sequelpro-c55ffebc406d7d2af3c71b2dace3ec7e3238fd55.tar.bz2 sequelpro-c55ffebc406d7d2af3c71b2dace3ec7e3238fd55.zip |
- Fix the Quick Connect entry on the connection screen being a drag and drop target
- Speculative fix for 10.6 & 10.5 connection screen padding/layout issues
Diffstat (limited to 'Source/SPFavoritesOutlineView.h')
-rw-r--r-- | Source/SPFavoritesOutlineView.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/SPFavoritesOutlineView.h b/Source/SPFavoritesOutlineView.h index bc6a8b30..c2d8a8eb 100644 --- a/Source/SPFavoritesOutlineView.h +++ b/Source/SPFavoritesOutlineView.h @@ -31,5 +31,8 @@ // More info at <http://code.google.com/p/sequel-pro/> @interface SPFavoritesOutlineView : NSOutlineView +{ + SInt32 systemVersion; +} @end |