X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROCurveCreator%2FCurveCreator_ICurve.hxx;h=ed6b3c2e42270bdfafb57b330dd4e85b17dace9c;hb=f8d32cb2595584ebe43d5a664a457500e17e454d;hp=821343e3493f3be387f27b6e715d50309d9c48de;hpb=75557602225e6f15d0ce28b6b76f00ee04e047ea;p=modules%2Fhydro.git diff --git a/src/HYDROCurveCreator/CurveCreator_ICurve.hxx b/src/HYDROCurveCreator/CurveCreator_ICurve.hxx index 821343e3..ed6b3c2e 100644 --- a/src/HYDROCurveCreator/CurveCreator_ICurve.hxx +++ b/src/HYDROCurveCreator/CurveCreator_ICurve.hxx @@ -179,7 +179,9 @@ public: /***********************************************/ /*** Presentation methods ***/ /***********************************************/ - virtual ListAISObjects constructWire() const = 0; + virtual ListAISObjects constructWire() = 0; + + virtual Handle_AIS_InteractiveObject getAISObject() const = 0; }; #endif