X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FbbtkWxConsole.h;h=343ccd8841615781a4eaf6d09c91758df3e75528;hb=6d2f79e0ff9b1c0b2db0d7f3d164f4f62434f08d;hp=87abef3e8df164c70445683c8f0237dc6eab4121;hpb=3924782985e3d7c795af6bb46c602157cfad59f0;p=bbtk.git diff --git a/kernel/src/bbtkWxConsole.h b/kernel/src/bbtkWxConsole.h index 87abef3..343ccd8 100644 --- a/kernel/src/bbtkWxConsole.h +++ b/kernel/src/bbtkWxConsole.h @@ -3,8 +3,8 @@ Program: bbtk Module: $RCSfile: bbtkWxConsole.h,v $ Language: C++ - Date: $Date: 2008/03/18 12:51:26 $ - Version: $Revision: 1.9 $ + Date: $Date: 2008/03/19 14:58:13 $ + Version: $Revision: 1.10 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -79,8 +79,8 @@ namespace bbtk { mInterpreter->SetDialogMode(t); } /// Runs the interpretation of a file - void InterpretFile( const std::string& filename) - { mInterpreter->InterpretFile(filename); } + void InterpretFile( const std::string& filename); + void OnMenuQuit(wxCommandEvent& event); void OnMenuAbout(wxCommandEvent& event);