Salome HOME
Remove c++11 warnings about throw specification.
[modules/yacs.git] / src / runtime / PresetPorts.hxx
index f3ecdc25b27a933d6faad8b1402553525210ebee..66110f73d528295b1fa714d5eea54156d4d61f08 100644 (file)
@@ -37,7 +37,7 @@ namespace YACS
       OutputPort *clone(Node *newHelder) const;
       void setData(std::string data);
       std::string getData();
-      virtual void checkBasicConsistency() const throw(Exception);
+      virtual void checkBasicConsistency() const ;
       virtual std::string dump();
       virtual std::string getAsString();
       virtual PyObject* getPyObj();