Salome HOME
bugfix for libSketchSolver.so: removing unresolved symbols from the SketchPlugin
[modules/shaper.git] / src / GeomAPI / GeomAPI_IPresentable.h
index abb154170f2be91359af5c35a3dac59d970052f8..c300c1b421e6594c40a8b5f9f3f139bc8ef4ba07 100644 (file)
@@ -16,10 +16,9 @@ public:
   /** Returns the AIS preview
   *   \param thePrevious - defines a presentation if it was created previously
   */
-  virtual boost::shared_ptr<GeomAPI_AISObject> getAISObject(
-                            boost::shared_ptr<GeomAPI_AISObject> thePrevious) = 0;
+  virtual AISObjectPtr getAISObject(AISObjectPtr thePrevious) = 0;
 };
 
 typedef boost::shared_ptr<GeomAPI_IPresentable> GeomPresentablePtr;
 
-#endif
\ No newline at end of file
+#endif