]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
#1270 Delete of connected lines
authornds <nds@opencascade.com>
Wed, 3 Feb 2016 04:36:09 +0000 (07:36 +0300)
committerdbv <dbv@opencascade.com>
Tue, 16 Feb 2016 14:04:32 +0000 (17:04 +0300)
src/XGUI/XGUI_Workshop.cpp

index 9ce705c4f8b4102ca4d9fd57e0f6537a270ba818..d2782f2ffb9c643394afc9c1a0d173bf5b1f36c1 100755 (executable)
@@ -1413,9 +1413,9 @@ bool XGUI_Workshop::deleteFeatures(const QObjectPtrList& theFeatures,
 }
 
 bool XGUI_Workshop::deleteFeaturesInternal(const QObjectPtrList& theList,
-                                           const std::set<FeaturePtr>& theIgnoredFeatures,
                                            const std::set<FeaturePtr>& aDirectRefFeatures,
                                            const std::set<FeaturePtr>& aIndirectRefFeatures,
+                                           const std::set<FeaturePtr>& theIgnoredFeatures,
                                            const bool doDeleteReferences)
 {
   if (doDeleteReferences) {