Salome HOME
bugfix for libSketchSolver.so: removing unresolved symbols from the SketchPlugin
[modules/shaper.git] / src / GeomAPI / GeomAPI_AISObject.h
index 12b29708be3a9e77ac87e1bf45f220abbc5dc7b3..215aa69b7589da470f05c15ac9608bfe58067bb0 100644 (file)
@@ -98,5 +98,8 @@ public:
   bool empty() const;
 };
 
+//! Pointer on attribute object
+typedef boost::shared_ptr<GeomAPI_AISObject> AISObjectPtr;
+
 #endif