X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchPlugin%2FSketchPlugin_Constraint.cpp;h=5e8727687f0407e6cfb4fb7dd119b6382691f7b9;hb=0be8c3180aa1cf83de96e11e8ecf2269ef81f5f7;hp=6d30aa06c8f866386694027a94c07cfa2f356509;hpb=c46bbabbbdc3ca55df465836b1298e2228ac05cb;p=modules%2Fshaper.git diff --git a/src/SketchPlugin/SketchPlugin_Constraint.cpp b/src/SketchPlugin/SketchPlugin_Constraint.cpp index 6d30aa06c..5e8727687 100644 --- a/src/SketchPlugin/SketchPlugin_Constraint.cpp +++ b/src/SketchPlugin/SketchPlugin_Constraint.cpp @@ -4,3 +4,14 @@ #include "SketchPlugin_Constraint.h" +boost::shared_ptr SketchPlugin_Constraint::getAISObject( + boost::shared_ptr thePrevious) +{ + return thePrevious; +} + +const boost::shared_ptr& SketchPlugin_Constraint::preview() +{ + return getPreview(); +} +