Salome HOME
Support of newer compilers
[modules/shaper.git] / src / XGUI / XGUI_Selection.h
index 5717d3580712ca023d7327073521a17268865c45..8d9a0a24f82c5e99087e69e60dd9b4acffe1001e 100644 (file)
@@ -78,7 +78,7 @@ class XGUI_EXPORT XGUI_Selection : public ModuleBase_ISelection
   /// It depends on the modes, in which the object is activated in the context
   /// \param theObject an object
   /// \param theOwners a map of entity owners
-  void entityOwners(const Handle_AIS_InteractiveObject& theObject,
+  void entityOwners(const Handle(AIS_InteractiveObject)& theObject,
                     SelectMgr_IndexedMapOfOwner& theOwners) const;
 
   /// Return the IO from the viewer presentation.