aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPDataStorage.h
diff options
context:
space:
mode:
authorrowanbeentje <rowan@beent.je>2014-02-04 01:31:09 +0000
committerrowanbeentje <rowan@beent.je>2014-02-04 01:31:09 +0000
commit1d8db00d8fc0ef855b6308de8c9c66faa70f7d05 (patch)
tree27d306a36c1a4d82461ca2fd25dcf76d8ffd2910 /Source/SPDataStorage.h
parent0dad3212ca20bf45560903ca615286fd00b2dc23 (diff)
downloadsequelpro-1d8db00d8fc0ef855b6308de8c9c66faa70f7d05.tar.gz
sequelpro-1d8db00d8fc0ef855b6308de8c9c66faa70f7d05.tar.bz2
sequelpro-1d8db00d8fc0ef855b6308de8c9c66faa70f7d05.zip
Update NSPointerArray usage in SPDataStorage for 10.9 SDK, tracking edited row count and using for fast bounds checks; this should fix #1884
Diffstat (limited to 'Source/SPDataStorage.h')
-rw-r--r--Source/SPDataStorage.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPDataStorage.h b/Source/SPDataStorage.h
index 6567cf50..bb45f71b 100644
--- a/Source/SPDataStorage.h
+++ b/Source/SPDataStorage.h
@@ -46,6 +46,7 @@
BOOL *unloadedColumns;
NSUInteger numberOfColumns;
+ NSUInteger editedRowCount;
}
/* Setting result store */