summaryrefslogtreecommitdiffstats
path: root/chrome/common/gtk_tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/gtk_tree.h')
-rw-r--r--chrome/common/gtk_tree.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/gtk_tree.h b/chrome/common/gtk_tree.h
index 8caa64c..4e74efa 100644
--- a/chrome/common/gtk_tree.h
+++ b/chrome/common/gtk_tree.h
@@ -43,6 +43,9 @@ class ModelAdapter : public TableModelObserver {
// after clearing the list store. Can be overriden by the delegate if it
// needs to do extra initialization before the list store is populated.
virtual void OnModelChanged() {}
+
+ protected:
+ ~Delegate() {}
};
// |table_model| may be NULL.