aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPConnectionController.h
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2012-03-17 23:03:25 +0000
committerstuconnolly <stuart02@gmail.com>2012-03-17 23:03:25 +0000
commitbe3263f8158cb6f3dfa1005f49beefa7e494b852 (patch)
tree07aee34c6e5fff1cfe693b38195b2232a054196a /Source/SPConnectionController.h
parente2fbd102c251671d42c33c5e748ceb06c4926ceb (diff)
downloadsequelpro-be3263f8158cb6f3dfa1005f49beefa7e494b852.tar.gz
sequelpro-be3263f8158cb6f3dfa1005f49beefa7e494b852.tar.bz2
sequelpro-be3263f8158cb6f3dfa1005f49beefa7e494b852.zip
Fix drag and drop of items that aren't selected.
Diffstat (limited to 'Source/SPConnectionController.h')
-rw-r--r--Source/SPConnectionController.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPConnectionController.h b/Source/SPConnectionController.h
index a069253b..e8ee5e9d 100644
--- a/Source/SPConnectionController.h
+++ b/Source/SPConnectionController.h
@@ -172,6 +172,7 @@
BOOL favoriteNameFieldWasTouched;
#ifndef SP_REFACTOR /* ivars */
+ NSArray *draggedNodes;
NSImage *folderImage;
SPTreeNode *favoritesRoot;