X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomAPI%2FGeomAPI_Dir.h;h=7e2a0bda7f0580b04afb36d4f7be963839fdabc0;hb=ac6c4b849218e6f1a45c0a21e46c5fda401c38f0;hp=9462aabed1abbacf6376df973ee043066165b0ae;hpb=5a67842979db286af5bb5015fe413d8b06c6587e;p=modules%2Fshaper.git diff --git a/src/GeomAPI/GeomAPI_Dir.h b/src/GeomAPI/GeomAPI_Dir.h index 9462aabed..7e2a0bda7 100644 --- a/src/GeomAPI/GeomAPI_Dir.h +++ b/src/GeomAPI/GeomAPI_Dir.h @@ -78,5 +78,8 @@ class GeomAPI_Dir : public GeomAPI_Interface }; +//! Pointer on the object +typedef std::shared_ptr GeomDirPtr; + #endif