X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FFeaturesPlugin%2FFeaturesPlugin_RevolutionFuse.h;h=32fc8a6ec75be98141aed0502bfcb8e9a8119ed3;hb=7be6ffd35a5a91e67aec25716e46b44f72b985b2;hp=bdc7f8e57586b4adf790c88bdab182634b9d44b6;hpb=87b74a6fd4660ebfa71a40f0be84e44535f84798;p=modules%2Fshaper.git diff --git a/src/FeaturesPlugin/FeaturesPlugin_RevolutionFuse.h b/src/FeaturesPlugin/FeaturesPlugin_RevolutionFuse.h index bdc7f8e57..32fc8a6ec 100644 --- a/src/FeaturesPlugin/FeaturesPlugin_RevolutionFuse.h +++ b/src/FeaturesPlugin/FeaturesPlugin_RevolutionFuse.h @@ -32,6 +32,9 @@ class FeaturesPlugin_RevolutionFuse : public FeaturesPlugin_RevolutionBoolean static std::string MY_KIND = FeaturesPlugin_RevolutionFuse::ID(); return MY_KIND; } + + /// Creates a new part document if needed. + FEATURESPLUGIN_EXPORT virtual void execute(); }; #endif