aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TableSource.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/TableSource.h')
-rw-r--r--Source/TableSource.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/TableSource.h b/Source/TableSource.h
index 52030cdb..10c82dae 100644
--- a/Source/TableSource.h
+++ b/Source/TableSource.h
@@ -60,7 +60,7 @@
NSMutableDictionary *oldRow, *enumFields;
NSDictionary *defaultValues;
BOOL isEditingRow, isEditingNewRow, isSavingRow, alertSheetOpened;
- int currentlyEditingRow;
+ NSInteger currentlyEditingRow;
NSUserDefaults *prefs;
}