mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-30 02:30:33 +05:00
Fix compilation problem.
This commit is contained in:
parent
44e37ac78e
commit
b503f03bf3
@ -415,7 +415,8 @@ bool SMESHGUI_Add0DElemsOnAllNodesOp::onApply()
|
|||||||
|
|
||||||
if ( myDlg->getSelectionType() == SEL_OBJECT )
|
if ( myDlg->getSelectionType() == SEL_OBJECT )
|
||||||
{
|
{
|
||||||
selectionMgr()->setSelectedObjects( SALOME_ListIO(), /*append=*/false );
|
SALOME_ListIO aList;
|
||||||
|
selectionMgr()->setSelectedObjects( aList, /*append=*/false );
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user