]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkMessageManager.h
fixed macro BBTK_DEFINE_HUMAN_READABLE_VECTOR_TYPE_NAME which did not compile on...
[bbtk.git] / kernel / src / bbtkMessageManager.h
index 898bc7fb1cf4f8ff89954ec87d6132324b8c6f77..b2e4e4dd27229918d27a9d56e9a372505e93d71b 100644 (file)
 
 //===========================================================
 #ifdef BBTK_COMPILE_ERROR_MESSAGES
-#include "bbtkWx.h"
+//#include "bbtkWx.h"
 #define bbtkError(MESSAGE)                             \
   do                                                   \
     {                                                  \
-      bbtk::wx::ResetCursor();                         \
       std::ostringstream s;                            \
       s << MESSAGE;                                    \
       std::ostringstream f;                            \
@@ -413,7 +412,6 @@ namespace bbtk
     std::map<std::string,int> mMessageLevel;
     std::map<std::string,std::string> mMessageHelp;  
     unsigned int mMaxMessageLength;
-    int mAllLevel;
   };
   //===========================================================