]> Creatis software - bbtk.git/blobdiff - packages/wx/src/bbwxSlider.cxx
Windows compilation
[bbtk.git] / packages / wx / src / bbwxSlider.cxx
index 71a4b97a6a4a38ef03c806e62454f3b671e01386..3e5dd55077c2eaf7b911171188cd326670c153f6 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbwxSlider.cxx,v $
   Language:  C++
-  Date:      $Date: 2008/12/11 15:30:14 $
-  Version:   $Revision: 1.16 $
+  Date:      $Date: 2009/01/08 10:18:39 $
+  Version:   $Revision: 1.17 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
@@ -333,7 +333,7 @@ namespace bbwx
     mBox->bbSetOutputOut( mwxSlider->GetValue() );
     mBox->bbSetInputIn( mwxSlider->GetValue() );
     // and signal that the output has changed
-    mBox->bbSignalOutputModification("Out");    
+       mBox->bbSignalOutputModification(std::string("Out"));    
     }
     RefreshLabels();
   }
@@ -348,7 +348,7 @@ namespace bbwx
     mBox->bbSetOutputOut( mwxSlider->GetValue() );
     mBox->bbSetInputIn( mwxSlider->GetValue() );
     // and signal that the output has changed
-    mBox->bbSignalOutputModification("Out");
+       mBox->bbSignalOutputModification(std::string("Out"));
   }
   //-------------------------------------------------------------------------