From: sbh Date: Thu, 30 Oct 2014 13:12:33 +0000 (+0300) Subject: Bring back parent's kind to the "Duplicate" feature X-Git-Tag: V_0.5~58^2~2^2~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=d50bab241edc182d7f91d0ab5c1594293c6b5402;p=modules%2Fshaper.git Bring back parent's kind to the "Duplicate" feature --- diff --git a/src/PartSetPlugin/PartSetPlugin_Duplicate.h b/src/PartSetPlugin/PartSetPlugin_Duplicate.h index 13d3df2cc..f327aa7f2 100644 --- a/src/PartSetPlugin/PartSetPlugin_Duplicate.h +++ b/src/PartSetPlugin/PartSetPlugin_Duplicate.h @@ -20,12 +20,6 @@ class PartSetPlugin_Duplicate : public PartSetPlugin_Part static const std::string MY_DUPLICATE_KIND("Duplicate"); return MY_DUPLICATE_KIND; } - /// Returns the kind of a feature - PARTSETPLUGIN_EXPORT virtual const std::string& getKind() - { - static std::string MY_KIND = PartSetPlugin_Duplicate::ID(); - return MY_KIND; - } /// the reference to copy: reference to the attribute inline static const std::string& ORIGIN_REF()