X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvToolBaseBase.h;h=ffd169be217d5d40fcca7ad3382de5b03d511139;hb=bf825658276640209b8eb9c3e237e49e50b93579;hp=0c71deb9a50342874fdaf40af67633818875d38b;hpb=0b7c9b1e1215634b02cbd38d4e4ba101d6111ba8;p=clitk.git diff --git a/vv/vvToolBaseBase.h b/vv/vvToolBaseBase.h index 0c71deb..ffd169b 100644 --- a/vv/vvToolBaseBase.h +++ b/vv/vvToolBaseBase.h @@ -15,12 +15,17 @@ - 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; };