]> SALOME platform Git repositories - modules/yacs.git/blobdiff - src/engine/InPropertyPort.cxx
Salome HOME
Remove c++11 warnings about throw specification.
[modules/yacs.git] / src / engine / InPropertyPort.cxx
index 3d40054710c04bedfd6806853c3e5270a9780884..d662808045cdb8b20af5361097f10e5fc7a0a1a0 100644 (file)
@@ -84,7 +84,7 @@ InPropertyPort::get() const
 }
 
 void
-InPropertyPort::put(const void *data) throw(ConversionException)
+InPropertyPort::put(const void *data)
 {
   put((YACS::ENGINE::Any *)data);
 }