diff data/model/TabularModel.h @ 462:957e6a5c8495

* Add More Info URL to plugin finder
author Chris Cannam
date Thu, 23 Oct 2008 16:30:48 +0000
parents 72ec275e458b
children 0559f25b99f2
line wrap: on
line diff
--- a/data/model/TabularModel.h	Fri Oct 17 15:26:29 2008 +0000
+++ b/data/model/TabularModel.h	Thu Oct 23 16:30:48 2008 +0000
@@ -34,6 +34,8 @@
 class TabularModel
 {
 public:
+    virtual ~TabularModel() { }
+
     virtual int getRowCount() const = 0;
     virtual int getColumnCount() const = 0;