]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Interface/Workspace.cxx
Some minor warnings on windows removed.
[cpPlugins.git] / lib / cpPlugins / Interface / Workspace.cxx
index 0abe92778d8596f4e75b69089fdddad8f2c0b0db..7f7f7db83e4087bf9ba0d5edcce8b5b96fcd2c15 100644 (file)
@@ -295,6 +295,7 @@ RenameExposedInputPort(
   {
     this->m_ExposedInputPorts[ new_name ] = o->second;
     this->m_ExposedInputPorts.erase( o );
+    return( true );
   }
   else
     return( false );
@@ -316,6 +317,7 @@ RenameExposedOutputPort(
   {
     this->m_ExposedOutputPorts[ new_name ] = o->second;
     this->m_ExposedOutputPorts.erase( o );
+    return( true );
   }
   else
     return( false );