X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvToolManager.h;h=8d8c1da9a50bf05812044520bf783ee9b5901e08;hb=90cfdf0b32d3e867e6df248d8c4b410ffdd4c354;hp=afd5936a484319702103ca5c04b3a958bf8749a8;hpb=f7dee5f397e4efa933ef32507698ff1c1e573c2e;p=clitk.git diff --git a/vv/vvToolManager.h b/vv/vvToolManager.h index afd5936..8d8c1da 100644 --- a/vv/vvToolManager.h +++ b/vv/vvToolManager.h @@ -3,8 +3,8 @@ Program: vv Module: $RCSfile: vvToolManager.h,v $ Language: C++ - Date: $Date: 2010/01/29 13:54:37 $ - Version: $Revision: 1.1 $ + Date: $Date: 2010/02/03 10:54:08 $ + Version: $Revision: 1.2 $ Author : David Sarrut (david.sarrut@creatis.insa-lyon.fr) Copyright (C) 2008 @@ -47,18 +47,10 @@ public: static void Initialize(vvMainWindow * m); static void UpdateEnabledTool(); // Variables - static std::vector mListOfTools; + std::vector mListOfTools; static vvToolManager * mSingleton; }; //------------------------------------------------------------------------------ -//------------------------------------------------------------------------------ -// Static instances initialization (to put in main) -#define TOOL_MANAGER_INITIALIZATION \ - vvToolManager* vvToolManager::mSingleton=0; \ - std::vector vvToolManager::mListOfTools; -//------------------------------------------------------------------------------ - - #endif