]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkInterpreter.h
BUGs INSTALL , External Packages, CPACK windows
[bbtk.git] / kernel / src / bbtkInterpreter.h
index c53e76b4acba1d5fc297bb976a67398c554040b3..dfa4795de4604847093c1305df994a64c7fb139b 100644 (file)
@@ -3,8 +3,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkInterpreter.h,v $ $
   Language:  C++
-  Date:      $Date: 2008/03/21 14:59:39 $
-  Version:   $Revision: 1.20 $
+  Date:      $Date: 2008/03/25 06:22:53 $
+  Version:   $Revision: 1.21 $
 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -173,7 +173,7 @@ namespace bbtk
     //typedef Executer::DialogModeType DialogModeType;
     typedef VirtualExec::DialogModeType DialogModeType;
 
-    void SetDialogMode(DialogModeType t) { mExecuter->SetDialogMode(t); }
+       void SetDialogMode(DialogModeType t) { mExecuter->SetDialogMode(t); }
 
     /// Sets the bool that indicates wether we are in command line context
     void SetCommandLine(bool v = true) { mCommandLine = v; }