X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGEOMGUI%2FGeometryGUI.cxx;h=257eb0e36b164536bb1297dcf5cf4baa512f699e;hb=refs%2Ftags%2FV5_0_0a2;hp=2058d7a2ea2473bc2645adfcdfd1b5068cfb3ad5;hpb=90400ffdc0300c3a01d549b048b1331a79bebc9a;p=modules%2Fgeom.git diff --git a/src/GEOMGUI/GeometryGUI.cxx b/src/GEOMGUI/GeometryGUI.cxx index 2058d7a2e..257eb0e36 100644 --- a/src/GEOMGUI/GeometryGUI.cxx +++ b/src/GEOMGUI/GeometryGUI.cxx @@ -1378,9 +1378,9 @@ QString GeometryGUI::engineIOR() const return ""; } -LightApp_Selection* GeometryGUI::createSelection( const QString& client, LightApp_SelectionMgr* mgr ) const +LightApp_Selection* GeometryGUI::createSelection() const { - return new GEOMGUI_Selection( client, mgr ); + return new GEOMGUI_Selection(); } void GeometryGUI::contextMenuPopup( const QString& client, QMenu* menu, QString& title )