Salome HOME
Merge branch 'Pre_2.8.0_development'
[modules/shaper.git] / src / GeomAPI / GeomAPI_Dir.h
index 9462aabed1abbacf6376df973ee043066165b0ae..7e2a0bda7f0580b04afb36d4f7be963839fdabc0 100644 (file)
@@ -78,5 +78,8 @@ class GeomAPI_Dir : public GeomAPI_Interface
 
 };
 
+//! Pointer on the object
+typedef std::shared_ptr<GeomAPI_Dir> GeomDirPtr;
+
 #endif