summaryrefslogtreecommitdiffstats
path: root/app/table_model.h
diff options
context:
space:
mode:
Diffstat (limited to 'app/table_model.h')
-rw-r--r--app/table_model.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/table_model.h b/app/table_model.h
index c1e61b1..02d86dd 100644
--- a/app/table_model.h
+++ b/app/table_model.h
@@ -94,6 +94,8 @@ class TableModel {
void ClearCollator();
protected:
+ virtual ~TableModel() {}
+
// Returns the collator used by CompareValues.
icu::Collator* GetCollator();
};