Salome HOME
Rename "Remove" command to "Remove part" (issue #63)
[modules/shaper.git] / src / PartSetPlugin / PartSetPlugin_Part.h
index 25dc0e0ce7b3ac015483a4106a09ce2a557c3fc0..eaae463ad2831260dc75a595e9c8a761f645e09c 100644 (file)
@@ -34,11 +34,11 @@ public:
 
   PARTSETPLUGIN_EXPORT virtual boost::shared_ptr<ModelAPI_Document> 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