]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkTranscriptor.cxx
*** empty log message ***
[bbtk.git] / kernel / src / bbtkTranscriptor.cxx
index 41ca87d216d812a09825009c9dfd613fce2e5224..258ad8379d80b3600d3c30508b2b8a9b5b3aa617 100644 (file)
@@ -3,8 +3,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkTranscriptor.cxx,v $ $
   Language:  C++
-  Date:      $Date: 2008/04/18 12:59:16 $
-  Version:   $Revision: 1.11 $
+  Date:      $Date: 2008/04/21 07:01:52 $
+  Version:   $Revision: 1.12 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -59,7 +59,7 @@ namespace bbtk
     file = bbtk::Utilities::ExtractScriptName(filename,path);
     
     m_Fp << "#include \"bbtkExecuter.h\"" << std::endl; 
-    m_Fp << "void " << file << "(bbtk::Executer* e)"<<std::endl;
+    m_Fp << "void " << file << "(bbtk::Executer::Pointer e)"<<std::endl;
     m_Fp << "{"<<std::endl;
 
     /*