]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/GeomValidators/GeomValidators_BodyShapes.h
Salome HOME
Validators return InfoMessage instead of string as an error
[modules/shaper.git] / src / GeomValidators / GeomValidators_BodyShapes.h
index 33e2f8f504bc240ad219711b86fc9f3b219562e5..5058cfcb8ef1ac4a2e70ba9d50d41f6c225b5682 100644 (file)
@@ -25,7 +25,7 @@ public:
   /// \param[out] theError error message.
   GEOMVALIDATORS_EXPORT virtual bool isValid(const AttributePtr& theAttribute,
                                              const std::list<std::string>& theArguments,
-                                             std::string& theError) const;
+                                             Events_InfoMessage& theError) const;
 };
 
 #endif