aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TableContent.h
diff options
context:
space:
mode:
authorrowanbeentje <rowan@beent.je>2009-11-04 14:56:03 +0000
committerrowanbeentje <rowan@beent.je>2009-11-04 14:56:03 +0000
commit98938d5adb4e563a8be1ceb60d1fb4122276fbe0 (patch)
treea3de6cd684de26018649e9e515efff6572fc8e5b /Source/TableContent.h
parent48d02b7080cadc507b1e7897c54ce2a8cf149acf (diff)
downloadsequelpro-98938d5adb4e563a8be1ceb60d1fb4122276fbe0.tar.gz
sequelpro-98938d5adb4e563a8be1ceb60d1fb4122276fbe0.tar.bz2
sequelpro-98938d5adb4e563a8be1ceb60d1fb4122276fbe0.zip
- Improve stability when flipping between tables with the content view selected
Diffstat (limited to 'Source/TableContent.h')
-rw-r--r--Source/TableContent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/TableContent.h b/Source/TableContent.h
index b15fb957..7126be5c 100644
--- a/Source/TableContent.h
+++ b/Source/TableContent.h
@@ -61,7 +61,7 @@
NSString *selectedTable, *usedQuery;
NSMutableArray *tableValues, *dataColumns, *keys, *oldRow;
- NSUInteger tableRowsCount, previousTableRowsCount, tableColumnsCount;
+ NSUInteger tableRowsCount, previousTableRowsCount;
NSString *compareType;
NSNumber *sortCol;
BOOL isEditingRow, isEditingNewRow, isSavingRow, isDesc, setLimit;