Salome HOME
bugfix for libSketchSolver.so: removing unresolved symbols from the SketchPlugin
[modules/shaper.git] / src / SketchPlugin / SketchPlugin_Circle.h
index 3b8dc851b08eb92722823003a6bdc5c3e0e146b5..5c7cc7aa7ff31c950067a974c371cdf9fc615c3e 100644 (file)
@@ -49,8 +49,7 @@ public:
   SKETCHPLUGIN_EXPORT virtual void initAttributes();
 
   /// Returns the AIS preview
-  virtual boost::shared_ptr<GeomAPI_AISObject> getAISObject(
-                                boost::shared_ptr<GeomAPI_AISObject> thePrevious)
+  virtual AISObjectPtr getAISObject(AISObjectPtr thePrevious)
   {return simpleAISObject(firstResult(), thePrevious);}
 
   /// Adds sub-feature of the higher level feature (sub-element of the sketch)