]> Creatis software - clitk.git/blobdiff - vv/vvToolBaseBase.h
Romulo
[clitk.git] / vv / vvToolBaseBase.h
index 4a9f4af3d0504f376b08fad9f882e59c43f0f89a..ffd169be217d5d40fcca7ad3382de5b03d511139 100644 (file)
 
 #ifndef VVTOOLBASEBASE_H
 #define VVTOOLBASEBASE_H
+
 #include "vvMainWindowBase.h"
 
 //------------------------------------------------------------------------------
 class vvToolBaseBase {
+public:
+  virtual ~vvToolBaseBase() {};
+  
 protected:
   vvMainWindowBase * mMainWindowBase;
 };