]> Creatis software - bbtk.git/blobdiff - packages/kw/src/bbkwSlider.cxx
*** empty log message ***
[bbtk.git] / packages / kw / src / bbkwSlider.cxx
index 8547f401678f494189d41a095ff42de888879589..04076817e562e7d89eec4a103ffa44c7957abd4c 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbkwSlider.cxx,v $
   Language:  C++
-  Date:      $Date: 2008/12/02 13:37:56 $
-  Version:   $Revision: 1.2 $
+  Date:      $Date: 2009/01/13 08:45:30 $
+  Version:   $Revision: 1.3 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
@@ -140,7 +140,7 @@ namespace bbkw
     bbSetOutputOut( scale->GetValue() );
     bbSetInputIn( scale->GetValue() );
     // and signal that the output has changed
-    bbSignalOutputModification("Out");    
+       bbSignalOutputModification(std::string("Out"));    
   } 
   //--------------------------------------------------------------------------