]> SALOME platform Git repositories - modules/yacs.git/blobdiff - src/engine/VisitorSaveSchema.cxx
Salome HOME
Remove c++11 warnings about throw specification.
[modules/yacs.git] / src / engine / VisitorSaveSchema.cxx
index 85a30463cd9bb58df5d2a426f8a855f9b62420aa..6c78af91fd757509f5fd7b858325b127c909838c 100644 (file)
@@ -71,7 +71,7 @@ VisitorSaveSchema::~VisitorSaveSchema()
     }
 }
 
-void VisitorSaveSchema::openFileSchema(std::string xmlSchema) throw(YACS::Exception)
+void VisitorSaveSchema::openFileSchema(std::string xmlSchema) 
 {
   _out.open(xmlSchema.c_str(), ios::out);
   if (!_out)