X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPartSetPlugin%2FPartSetPlugin_Part.h;h=eaae463ad2831260dc75a595e9c8a761f645e09c;hb=7f5d3b6de3d879b6a11389c06a6f183b2fa5a1b2;hp=25dc0e0ce7b3ac015483a4106a09ce2a557c3fc0;hpb=dd23f15e4794d927de843b135eb7a2032fa06ea0;p=modules%2Fshaper.git diff --git a/src/PartSetPlugin/PartSetPlugin_Part.h b/src/PartSetPlugin/PartSetPlugin_Part.h index 25dc0e0ce..eaae463ad 100644 --- a/src/PartSetPlugin/PartSetPlugin_Part.h +++ b/src/PartSetPlugin/PartSetPlugin_Part.h @@ -34,11 +34,11 @@ public: PARTSETPLUGIN_EXPORT virtual boost::shared_ptr documentToAdd(); - /// Use plugin manager for features creation - PartSetPlugin_Part(); - /// Returns true if this feature must be displayed in the history (top level of Part tree) PARTSETPLUGIN_EXPORT virtual bool isInHistory() {return false;} + + /// Use plugin manager for features creation + PartSetPlugin_Part(); }; #endif