X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomAPI%2FGeomAPI_Dir.h;h=542f7a5f92b24e5e0bbbec57889df4f5225702a5;hb=b5893b0a30fac08134c24de4565cb513a43affa6;hp=9231e58f785ac33bcf55dcb664ec3da7b8411444;hpb=423c10234142d14d0d5de89383f2f96a4ec5930f;p=modules%2Fshaper.git diff --git a/src/GeomAPI/GeomAPI_Dir.h b/src/GeomAPI/GeomAPI_Dir.h index 9231e58f7..542f7a5f9 100644 --- a/src/GeomAPI/GeomAPI_Dir.h +++ b/src/GeomAPI/GeomAPI_Dir.h @@ -64,5 +64,8 @@ class GeomAPI_Dir : public GeomAPI_Interface }; +//! Pointer on the object +typedef std::shared_ptr GeomDirPtr; + #endif