]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkWxConsole.h
*** empty log message ***
[bbtk.git] / kernel / src / bbtkWxConsole.h
index 87abef3e8df164c70445683c8f0237dc6eab4121..343ccd8841615781a4eaf6d09c91758df3e75528 100644 (file)
@@ -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);