Salome HOME
Fix compilation error on Linux. Part V.
[modules/shaper.git] / src / ModuleBase / ModuleBase_ISelection.h
index f7289bab76cd4b0306f7cabe14c23fc0110708d5..0f9c0cb68c9489ef566dba972e8392ba03ab2974 100644 (file)
@@ -110,7 +110,7 @@ class ModuleBase_ISelection
 
   /// Removes selection items where owners have equal vertices. The first
   /// owner with the qual vertex stays in the list.
-  static MODULEBASE_EXPORT void filterPreselectionOnEqualPoints
+  static MODULEBASE_EXPORT void filterSelectionOnEqualPoints
                                               (QList<ModuleBase_ViewerPrs>& theSelected);
 private:
   /// Returns true if the presentations have an owner with a vertex and these vertices are equal.