#ifndef VVTOOLBASEBASE_H #define VVTOOLBASEBASE_H #include "vvMainWindowBase.h" //------------------------------------------------------------------------------ class vvToolBaseBase { protected: vvMainWindowBase * mMainWindowBase; }; //------------------------------------------------------------------------------ #endif