Salome HOME
Validators return InfoMessage instead of string as an error
[modules/shaper.git] / src / GeomValidators / GeomValidators_FeatureKind.h
index 89499275371d48ae8b613ea92c7840dee72bbeb1..4884aed1d27e2a8f88d723f1a15f8664c5d92f1d 100755 (executable)
@@ -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