X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchPlugin%2FSketchPlugin_Plugin.cpp;fp=src%2FSketchPlugin%2FSketchPlugin_Plugin.cpp;h=3d11107a7ccd24129f7f68bb61e04f65031208e1;hb=2d5fdecf9621cedb860a0ef208fc5f61340fdb71;hp=db8995277246a8b5f079cea9fa7ac79e91e4e247;hpb=846fc649eb3451d1d2d6910d075d854a38c62039;p=modules%2Fshaper.git diff --git a/src/SketchPlugin/SketchPlugin_Plugin.cpp b/src/SketchPlugin/SketchPlugin_Plugin.cpp index db8995277..3d11107a7 100644 --- a/src/SketchPlugin/SketchPlugin_Plugin.cpp +++ b/src/SketchPlugin/SketchPlugin_Plugin.cpp @@ -60,6 +60,7 @@ #include #include #include +#include #include @@ -276,6 +277,8 @@ FeaturePtr SketchPlugin_Plugin::createFeature(std::string theFeatureID) return FeaturePtr(new SketchPlugin_MacroEllipticArc); } else if (theFeatureID == SketchPlugin_SketchDrawer::ID()) { return FeaturePtr(new SketchPlugin_SketchDrawer); + } else if (theFeatureID == SketchPlugin_SketchCopy::ID()) { + return FeaturePtr(new SketchPlugin_SketchCopy); } // feature of such kind is not found return FeaturePtr();