diff options
Diffstat (limited to 'Source/TableContent.h')
-rw-r--r-- | Source/TableContent.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/TableContent.h b/Source/TableContent.h index 0ab7c239..75b342f6 100644 --- a/Source/TableContent.h +++ b/Source/TableContent.h @@ -72,8 +72,7 @@ unsigned int limitStartPositionToRestore; NSIndexSet *selectionIndexToRestore; NSRect selectionViewportToRestore; - NSString *filterFieldToRestore, *filterComparisonToRestore, *filterValueToRestore, - *firstBetweenValueToRestore, *secondBetweenValueToRestore; + NSString *filterFieldToRestore, *filterComparisonToRestore, *filterValueToRestore, *firstBetweenValueToRestore, *secondBetweenValueToRestore; } // Table loading methods and information |