]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkWxBlackBox.cxx
*** empty log message ***
[bbtk.git] / kernel / src / bbtkWxBlackBox.cxx
index 66cdb786bb885c7173b69458e05b9a7dc1d69228..9e2507ac0e92d06249fe4588db37a368abb8837f 100644 (file)
@@ -3,8 +3,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkWxBlackBox.cxx,v $
   Language:  C++
-  Date:      $Date: 2008/01/22 15:02:00 $
-  Version:   $Revision: 1.1 $
+  Date:      $Date: 2008/01/28 14:32:54 $
+  Version:   $Revision: 1.3 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -34,6 +34,7 @@
 
 
 
+
 namespace bbtk
 {
 
@@ -544,7 +545,7 @@ namespace bbtk
   /// Specific methods for window creation during pipeline execution
   /// Shows the window associated to the box 
   /// (called after bbProcess during bbExecute)
-  void WxBlackBox::bbShowWindow(Connection* caller)
+  void WxBlackBox::bbShowWindow()
   {
     bbtkDebugMessageInc("Process",1,"=> WxBlackBox::bbShowWindow() ["
                        <<bbGetFullName()<<"]"<<std::endl);