]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkComplexBlackBoxDescriptor.cxx
Bug #1754
[bbtk.git] / kernel / src / bbtkComplexBlackBoxDescriptor.cxx
index 3037cae072d36a075e40e19a3a9786540c36c2c4..2cc69bb7e94992195d944f7a1c5c1d2760640faf 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkComplexBlackBoxDescriptor.cxx,v $
   Language:  C++
-  Date:      $Date: 2009/12/08 14:10:36 $
-  Version:   $Revision: 1.21 $
+  Date:      $Date: 2012/11/14 07:12:00 $
+  Version:   $Revision: 1.22 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
@@ -64,6 +64,7 @@ namespace bbtk
   ComplexBlackBoxDescriptor::ComplexBlackBoxDescriptor(const std::string& name)
   {
     bbtkDDebugMessage("object",2,"==> ComplexBlackBoxDescriptor(\""<<name<<"\")"<<std::endl);
+       SetTypeOfScript(TS_SCRIPT_COMPLEXBOX);
     SetTypeName(name);
     AddToCategory("complex box");
     mPrototype = ComplexBlackBox::New(name+std::string("Prototype"),
@@ -659,4 +660,5 @@ size_t  ComplexBlackBoxDescriptor::GetObjectInternalSize() const
   }
   //==========================================================================
 
+       
 }