diff base/Model.h @ 30:a6ef94ecbe74

* As previous commit
author Chris Cannam
date Fri, 17 Feb 2006 18:11:08 +0000
parents 581f67f370f3
children 39ae3dee27b9
line wrap: on
line diff
--- a/base/Model.h	Fri Feb 17 18:04:26 2006 +0000
+++ b/base/Model.h	Fri Feb 17 18:11:08 2006 +0000
@@ -28,6 +28,8 @@
     Q_OBJECT
 
 public:
+    virtual ~Model();
+
     /**
      * Return true if the model was constructed successfully.  Classes
      * that refer to the model should always test this before use.