X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchPlugin%2FSketchPlugin_Feature.h;h=db6a6d6607aff088a251a6e4f6e43fb30d71b82e;hb=761f0db64165dd5208998f29db8c7a8ae6c30e60;hp=d83e21cceb25894ab2b64b1709dd815a6d6ba239;hpb=61ca3befeb43f693d0b93593268720faca2d121b;p=modules%2Fshaper.git diff --git a/src/SketchPlugin/SketchPlugin_Feature.h b/src/SketchPlugin/SketchPlugin_Feature.h index d83e21cce..db6a6d660 100644 --- a/src/SketchPlugin/SketchPlugin_Feature.h +++ b/src/SketchPlugin/SketchPlugin_Feature.h @@ -42,11 +42,9 @@ protected: /// Sets the higher-level feature for the sub-feature (sketch for line) void setSketch(SketchPlugin_Sketch* theSketch) {mySketch = theSketch;} /// Returns the sketch of this feature - SketchPlugin_Sketch* sketch() {return mySketch;} + SketchPlugin_Sketch* sketch(); /// initializes mySketch SketchPlugin_Feature(); - /// Sets the data manager of an object and here initializes mySketch field - SKETCHPLUGIN_EXPORT virtual void setData(boost::shared_ptr theData); friend class SketchPlugin_Sketch;