]> Creatis software - clitk.git/blobdiff - vv/vvToolBaseBase.h
remove tools (now in tests_dav)
[clitk.git] / vv / vvToolBaseBase.h
index 4a9f4af3d0504f376b08fad9f882e59c43f0f89a..dda5acd678be41707e2ee8c800b467b991d674b9 100644 (file)
@@ -3,7 +3,7 @@
 
   Authors belong to: 
   - University of LYON              http://www.universite-lyon.fr/
-  - Léon Bérard cancer center       http://oncora1.lyon.fnclcc.fr
+  - Léon Bérard cancer center       http://www.centreleonberard.fr
   - CREATIS CNRS laboratory         http://www.creatis.insa-lyon.fr
 
   This software is distributed WITHOUT ANY WARRANTY; without even
 
   - BSD        See included LICENSE.txt file
   - CeCILL-B   http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html
-======================================================================-====*/
+===========================================================================**/
 
 #ifndef VVTOOLBASEBASE_H
 #define VVTOOLBASEBASE_H
+
 #include "vvMainWindowBase.h"
 
 //------------------------------------------------------------------------------
 class vvToolBaseBase {
+public:
+  virtual ~vvToolBaseBase() {};
+  
 protected:
   vvMainWindowBase * mMainWindowBase;
 };