Salome HOME
"Internal" feature XML procesing. Fixes #40
[modules/shaper.git] / src / SketchPlugin / SketchPlugin_Feature.h
index d02728011b148aa4589d52b6a26f09ad1e3dc390..db6a6d6607aff088a251a6e4f6e43fb30d71b82e 100644 (file)
@@ -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;