Salome HOME
Issue #1834: Fix length of lines
[modules/shaper.git] / src / Model / Model_AttributeValidator.h
index 3e8240cdf1c3549c26d46b53a482972e7f2c6875..0379fbe4e391565cfb3036b0176f13dcc9d9b7fb 100644 (file)
@@ -26,7 +26,7 @@ public:
   /// \returns true if attribute is valid
   MODEL_EXPORT virtual bool isValid(const AttributePtr& theAttribute,
                                     const std::list<std::string>& theArguments,
-                                    std::string& theError) const;
+                                    Events_InfoMessage& theError) const;
 };
 
 #endif // Model_AttributeValidator_H