Salome HOME
Remove c++11 warnings about throw specification.
[modules/yacs.git] / src / engine / VisitorSaveSchema.hxx
index 8b19a4905c110f03867704132a30dae120dcd9af..f0e4515ecd73a0a4f6ddc27542873af705bb546a 100644 (file)
@@ -61,7 +61,7 @@ namespace YACS
     public:
       VisitorSaveSchema(ComposedNode *root);
       virtual ~VisitorSaveSchema();
-      void openFileSchema(std::string xmlDump) throw(Exception);
+      void openFileSchema(std::string xmlDump) ;
       void closeFileSchema();
       virtual void visitBloc(Bloc *node);
       virtual void visitElementaryNode(ElementaryNode *node);