Salome HOME
Issue #1865: Model Widget for fields
[modules/shaper.git] / src / GeomValidators / GeomValidators_Finite.h
index 85b5b9803730fb806d775292833165fa2a9d0e61..78c6b7c45c0cb625da40ffa1f6a7fcdb783025b2 100755 (executable)
@@ -23,7 +23,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