]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/GeomDataAPI/GeomDataAPI_Point2D.h
Salome HOME
Issue #1834: Fix length of lines
[modules/shaper.git] / src / GeomDataAPI / GeomDataAPI_Point2D.h
index 633ef82559676141f9cf52c9d24ab22490fc8aa4..fa8a571585f04aa8cfc2e9592c68ad31081f60c8 100644 (file)
@@ -59,7 +59,8 @@ class GeomDataAPI_Point2D : public ModelAPI_Attribute
   GEOMDATAAPI_EXPORT virtual bool expressionInvalid(int theComponent) = 0;
 
   /// Allows to set expression (text) error (by the parameters listener)
-  GEOMDATAAPI_EXPORT virtual void setExpressionError(int theComponent, const std::string& theError) = 0;
+  GEOMDATAAPI_EXPORT virtual 
+    void setExpressionError(int theComponent, const std::string& theError) = 0;
 
   /// Returns an expression error
   GEOMDATAAPI_EXPORT virtual std::string expressionError(int theComponent) = 0;