diff --git a/Table.h b/Table.h index 79ea70ca0..d1bf25af3 100644 --- a/Table.h +++ b/Table.h @@ -88,6 +88,7 @@ void Table_cleanupRow(Table* this, Row* row, int idx); static inline void Table_compact(Table* this) { Vector_compact(this->rows); + this->needsSort = true; } #endif