X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchPlugin%2FSketchPlugin_Feature.h;h=db6a6d6607aff088a251a6e4f6e43fb30d71b82e;hb=761f0db64165dd5208998f29db8c7a8ae6c30e60;hp=d02728011b148aa4589d52b6a26f09ad1e3dc390;hpb=103633b49d995fe6001e226ccdcc8ca48b9cb4e6;p=modules%2Fshaper.git diff --git a/src/SketchPlugin/SketchPlugin_Feature.h b/src/SketchPlugin/SketchPlugin_Feature.h index d02728011..db6a6d660 100644 --- a/src/SketchPlugin/SketchPlugin_Feature.h +++ b/src/SketchPlugin/SketchPlugin_Feature.h @@ -42,7 +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(); friend class SketchPlugin_Sketch;