X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomAPI%2FGeomAPI_Dir.h;h=3d666af67e09c9ccb2973b51c245dbe5650e05af;hb=c3abf4152cb6f2fce8a3c528f9104c0058f3cc3c;hp=223eb745265177d8830209ec510effaa3f5f71f1;hpb=96ff1d1fb2acb842cee193f15492de81060a1d58;p=modules%2Fshaper.git diff --git a/src/GeomAPI/GeomAPI_Dir.h b/src/GeomAPI/GeomAPI_Dir.h index 223eb7452..3d666af67 100644 --- a/src/GeomAPI/GeomAPI_Dir.h +++ b/src/GeomAPI/GeomAPI_Dir.h @@ -15,9 +15,9 @@ class GeomAPI_XYZ; * \brief 3D direction defined by three normalized coordinates */ -class GEOMAPI_EXPORT GeomAPI_Dir: public GeomAPI_Interface +class GEOMAPI_EXPORT GeomAPI_Dir : public GeomAPI_Interface { -public: + public: /// Creation of direction by coordinates GeomAPI_Dir(const double theX, const double theY, const double theZ); /// Creation of direction by coordinates