]> Creatis software - clitk.git/blobdiff - vv/vvToolBaseBase.h
itkv4 migration:
[clitk.git] / vv / vvToolBaseBase.h
index 0c71deb9a50342874fdaf40af67633818875d38b..ffd169be217d5d40fcca7ad3382de5b03d511139 100644 (file)
   - 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;
 };