Salome HOME
Remove c++11 warnings about throw specification.
[modules/yacs.git] / src / engine / Test / PluginOptEvTest1.cxx
index 4e0ff1f35d2a03e9f43a1e1a4eb631034f6480e9..41fdab3ae7792598f2cfa33be5082530b5434141 100644 (file)
@@ -99,7 +99,7 @@ void PluginOptEvTest1::takeDecision()
   _idTest++;
 }
 
-void PluginOptEvTest1::initialize(const Any *input) throw(YACS::Exception)
+void PluginOptEvTest1::initialize(const Any *input) 
 {
 }