Salome HOME
Issue #1834: Fix length of lines
[modules/shaper.git] / src / GeomValidators / GeomValidators_ConstructionComposite.h
index fb37f95bc55a2e8ac63ae63cf0fc060ce8a21f90..67a2a3a30f84d167dcb2aaaeb75f69b4c862b996 100644 (file)
@@ -24,7 +24,7 @@ class GeomValidators_ConstructionComposite : public ModelAPI_AttributeValidator
   //! \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