aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPFieldEditorController.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPFieldEditorController.h')
-rw-r--r--Source/SPFieldEditorController.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/SPFieldEditorController.h b/Source/SPFieldEditorController.h
index a330108e..e5fbb0e3 100644
--- a/Source/SPFieldEditorController.h
+++ b/Source/SPFieldEditorController.h
@@ -51,10 +51,13 @@
int counter;
unsigned long long maxTextLength;
BOOL editTextViewWasChanged;
+ BOOL allowUndo;
NSUserDefaults *prefs;
int editSheetReturnCode;
+
+ NSUndoManager *esUndoManager;
}
- (IBAction)closeEditSheet:(id)sender;