diff options
Diffstat (limited to 'Source/SPFieldEditorController.h')
-rw-r--r-- | Source/SPFieldEditorController.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/SPFieldEditorController.h b/Source/SPFieldEditorController.h index a4142547..d6a0be1e 100644 --- a/Source/SPFieldEditorController.h +++ b/Source/SPFieldEditorController.h @@ -44,13 +44,13 @@ id sheetEditData; BOOL editSheetWillBeInitialized; BOOL isBlob; - int quickLookCloseMarker; + NSInteger quickLookCloseMarker; NSStringEncoding encoding; NSString *stringValue; NSString *tmpFileName; NSString *tmpDirPath; - int counter; + NSInteger counter; unsigned long long maxTextLength; BOOL editTextViewWasChanged; BOOL allowUndo; @@ -61,7 +61,7 @@ NSDictionary *qlTypes; - int editSheetReturnCode; + NSInteger editSheetReturnCode; NSUndoManager *esUndoManager; } |