]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkVirtualExec.h
- Finished the Transcriptor
[bbtk.git] / kernel / src / bbtkVirtualExec.h
index cb980627b859bc6687c61344d6ef456a76eb3254..928a8674708f8eb4a32b4839f147f4e51c5062cc 100644 (file)
@@ -3,8 +3,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkVirtualExec.h,v $ $
   Language:  C++
-  Date:      $Date: 2008/03/26 08:27:19 $
-  Version:   $Revision: 1.9 $
+  Date:      $Date: 2008/03/26 14:47:36 $
+  Version:   $Revision: 1.10 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -52,6 +52,8 @@ namespace bbtk
 
     VirtualExec() : mInterpreter(0) {}
 
+    virtual ~VirtualExec() {}
+
     /// Sets the interpreter who uses it 
     void SetInterpreter(Interpreter* i) { mInterpreter = i; }
     /// Gets the interpreter who uses it