]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkExecuter.cxx
Bug #1754
[bbtk.git] / kernel / src / bbtkExecuter.cxx
index 72ad0de9a8952f9d1b5fba55e75ff42a1174219e..74cba0105bd966728021484722da48f1159b2c7d 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkExecuter.cxx,v $
   Language:  C++
-  Date:      $Date: 2010/06/18 14:43:19 $
-  Version:   $Revision: 1.32 $
+  Date:      $Date: 2012/11/14 07:12:00 $
+  Version:   $Revision: 1.33 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
@@ -221,6 +221,13 @@ namespace bbtk
   }
   //=======================================================================
 
+       void Executer::SetTypeOfScript_Application ()
+       {
+               mOpenDefinition.back().box->SetTypeOfScript_Application();
+       }
+       
+       
+       
   //=======================================================================
   void Executer::Clear()
   {