]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkWxConsole.h
*** empty log message ***
[bbtk.git] / kernel / src / bbtkWxConsole.h
index d45758931ca472cead8f6151ae5d263606f25f02..261f434ec7a2ea8068dd43149ed50acf2ea0a063 100644 (file)
@@ -3,8 +3,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkWxConsole.h,v $
   Language:  C++
-  Date:      $Date: 2008/02/12 12:55:16 $
-  Version:   $Revision: 1.3 $
+  Date:      $Date: 2008/03/03 08:06:36 $
+  Version:   $Revision: 1.4 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -71,8 +71,8 @@ namespace bbtk
     void SetDialogMode(Interpreter::DialogModeType t) { mInterpreter->SetDialogMode(t); }
     
     /// Runs the interpretation of a file
-    void InterpretFile( const std::string& filename, bool use_configuration_file = true
-    { mInterpreter->InterpretFile(filename,use_configuration_file); }
+    void InterpretFile( const std::string& filename) 
+    { mInterpreter->InterpretFile(filename); }
 
     void OnMenuQuit(wxCommandEvent& event);
     void OnMenuAbout(wxCommandEvent& event);