diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-11-25 13:53:52 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-11-25 13:53:52 +0000 |
commit | 946b196134295d5bb1d030b2c51e04930bcdd17f (patch) | |
tree | b32df070ca636794e4cbdec2e16ef717c249c49f /Source/SPBundleEditorController.h | |
parent | 6a4fab961e1efd1f8eb55aa2806f17cde027f36c (diff) | |
download | sequelpro-946b196134295d5bb1d030b2c51e04930bcdd17f.tar.gz sequelpro-946b196134295d5bb1d030b2c51e04930bcdd17f.tar.bz2 sequelpro-946b196134295d5bb1d030b2c51e04930bcdd17f.zip |
• further work on Bundle Editor's outline view
- still not entirely workable
Diffstat (limited to 'Source/SPBundleEditorController.h')
-rw-r--r-- | Source/SPBundleEditorController.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPBundleEditorController.h b/Source/SPBundleEditorController.h index 4a2468e0..bc25ff51 100644 --- a/Source/SPBundleEditorController.h +++ b/Source/SPBundleEditorController.h @@ -52,6 +52,7 @@ NSMutableArray *commandBundleArray; NSMutableArray *touchedBundleArray; NSMutableDictionary *commandBundleTree; + NSSortDescriptor *sortDescriptor; NSString *bundlePath; NSString *draggedFilePath; |