Salome HOME
Issue# 2556: Make inspection panel invisible by default
[modules/shaper.git] / src / GeomAPI / GeomAPI_Dir.h
index bd0d3edcf43df089612f099370d6bc6a7138051a..7e2a0bda7f0580b04afb36d4f7be963839fdabc0 100644 (file)
@@ -14,7 +14,8 @@
 // License along with this library; if not, write to the Free Software
 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
 //
-// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com<mailto:webmaster.salome@opencascade.com>
+// See http://www.salome-platform.org/ or
+// email : webmaster.salome@opencascade.com<mailto:webmaster.salome@opencascade.com>
 //
 
 #ifndef GeomAPI_Dir_H_
@@ -77,5 +78,8 @@ class GeomAPI_Dir : public GeomAPI_Interface
 
 };
 
+//! Pointer on the object
+typedef std::shared_ptr<GeomAPI_Dir> GeomDirPtr;
+
 #endif