aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPBundleEditorController.h
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2010-11-17 23:35:59 +0000
committerBibiko <bibiko@eva.mpg.de>2010-11-17 23:35:59 +0000
commit94e6cbd84b96af04b0b3f7eec4b67b2b99cf62ad (patch)
treebfe57e6669daf345e15799ccc2d13cc5c562bac6 /Source/SPBundleEditorController.h
parent16e45c62511d8752afdb30f2dd0e0238273aac85 (diff)
downloadsequelpro-94e6cbd84b96af04b0b3f7eec4b67b2b99cf62ad.tar.gz
sequelpro-94e6cbd84b96af04b0b3f7eec4b67b2b99cf62ad.tar.bz2
sequelpro-94e6cbd84b96af04b0b3f7eec4b67b2b99cf62ad.zip
• further progress on Bundle Editor
Diffstat (limited to 'Source/SPBundleEditorController.h')
-rw-r--r--Source/SPBundleEditorController.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/SPBundleEditorController.h b/Source/SPBundleEditorController.h
index 7ab89200..c313668a 100644
--- a/Source/SPBundleEditorController.h
+++ b/Source/SPBundleEditorController.h
@@ -51,7 +51,8 @@
NSString *bundlePath;
NSString *draggedFilePath;
-
+ NSString *oldBundleName;
+ BOOL isTableCellEditing;
}