]> Creatis software - clitk.git/blob - vv/vvToolBaseBase.h
removed headers
[clitk.git] / vv / vvToolBaseBase.h
1 #ifndef VVTOOLBASEBASE_H
2 #define VVTOOLBASEBASE_H
3 #include "vvMainWindowBase.h"
4
5 //------------------------------------------------------------------------------
6 class vvToolBaseBase {
7 protected:
8   vvMainWindowBase * mMainWindowBase;
9 };
10 //------------------------------------------------------------------------------
11 #endif
12