Salome HOME
Issue #1834: Fix length of lines
[modules/shaper.git] / src / Model / Model_FeatureValidator.h
index 010ad505c6cf9667df9088be8b8d77042856b527..47c091937927bfe3dbc9e51ff6dcd55ded887a23 100644 (file)
@@ -35,7 +35,7 @@ public:
   /// \returns true if feature is valid
   MODEL_EXPORT virtual bool isValid(const std::shared_ptr<ModelAPI_Feature>& theFeature,
                                     const std::list<std::string>& theArguments,
-                                    std::string& theError) const;
+                                    Events_InfoMessage& theError) const;
 
   /// sets not obligatory attributes, not checked for initialization
   virtual void registerNotObligatory(std::string theFeature, std::string theAttribute);