X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fappli%2Fbbi%2Fbbi.cxx;h=3c00bb8db477d4ed45b9990f03cd761bb9b87951;hb=4ad5b5ee44357ad873bc8c43230defb6d0a79879;hp=0ee9e1a0c9b7b3d5b641b130c36eb33e316922d0;hpb=c2a4b1893412e50a3d9abff221938a2d16c4a7cb;p=bbtk.git diff --git a/kernel/appli/bbi/bbi.cxx b/kernel/appli/bbi/bbi.cxx index 0ee9e1a..3c00bb8 100644 --- a/kernel/appli/bbi/bbi.cxx +++ b/kernel/appli/bbi/bbi.cxx @@ -3,6 +3,7 @@ //========================================================================== // WITH WX //========================================================================== +#include "bbtkObject.h" #include "bbtkInterpreter.h" #include "bbtkWxBlackBox.h" #include "bbtkWxGUIConsole.h" @@ -14,6 +15,7 @@ static const wxCmdLineEntryDesc cmdLineDesc[] = { + { wxCMD_LINE_SWITCH, _T("M"), _T("Memory debug"), _T("Display memory debug message on exit") }, { wxCMD_LINE_SWITCH, _T("d"), _T("debug"), _T("Debug messages on (message All 9)") }, { wxCMD_LINE_SWITCH, _T("c"), _T("command"), _T("turn to command line mode after file(s) processing") }, { wxCMD_LINE_SWITCH, _T("q"), _T("quiet"), _T("be quiet") }, @@ -34,6 +36,7 @@ public: bool OnInit( ); int OnExit() { // std::cout << "wxBBIApp::OnExit()"<