Salome HOME
Fixed crash on when creating circle by 3 points.
[modules/shaper.git] / src / GeomValidators / GeomValidators_Different.h
index a5be84f7baef37521b22b83551d27c38dba4184d..f7771c197128139164b7a7d6469daa09ba62cbaa 100644 (file)
@@ -26,9 +26,10 @@ public:
    */
   GEOMVALIDATORS_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;
 
-  GEOMVALIDATORS_EXPORT virtual bool isNotObligatory(std::string theFeature, std::string theAttribute);
+  GEOMVALIDATORS_EXPORT virtual
+    bool isNotObligatory(std::string theFeature, std::string theAttribute);
 };
 
 #endif